Skip to content

ParquetSharp 20.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 23:00
· 88 commits to master since this release
d383c3e

This version of ParquetSharp upgrades the underlying Arrow C++ Parquet library to version 20.0.0. ParquetSharp also now builds Arrow with support for the mimalloc and jemalloc native memory allocators, and will use mimalloc by default. You can switch back to the old system allocator by setting the ARROW_DEFAULT_MEMORY_POOL environment variable to system.

Note that if writing large Parquet files that use array typed columns, there is a known bug that can cause page sizes to grow large. This can be worked around by disabling page index writing.

What's Changed

Full Changelog: 19.0.1...20.0.0