Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue related to .net version 4.8 in Isolated mode. Getting SetCapacity, Out of Memory error while saving parquet file to Azure ADLS #1424

Open
Birundhaa-dev opened this issue Jan 8, 2024 · 0 comments

Comments

@Birundhaa-dev
Copy link

Tag Name xxx - at System.IO.MemoryStream.set_Capacity(Int32 value)
at System.IO.MemoryStream.EnsureCapacity(Int32 value)
at System.IO.MemoryStream.Write(Byte[] buffer, Int32 offset, Int32 count)
at Parquet.File.Streams.SnappyInMemoryStream.Write(Byte[] buffer, Int32 offset, Int32 count)
at Parquet.File.Streams.GapStream.Write(Byte[] buffer, Int32 offset, Int32 count)
at System.IO.BinaryWriter.Write(Byte[] buffer)
at Parquet.Data.Concrete.StringDataTypeHandler.WriteOne(BinaryWriter writer, String value)
at Parquet.Data.BasicDataTypeHandler1.Write(SchemaElement tse, BinaryWriter writer, IList values, Statistics statistics) at Parquet.File.DataColumnWriter.WriteColumn(DataColumn column, SchemaElement tse, IDataTypeHandler dataTypeHandler, Int32 maxRepetitionLevel, Int32 maxDefinitionLevel, Statistics statistics) at Parquet.File.DataColumnWriter.Write(List1 path, DataColumn column, IDataTypeHandler dataTypeHandler)
at Parquet.ParquetRowGroupWriter.WriteColumn(DataColumn column)

Need help on the above issue if someone has faced the same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant