Skip to content

Releases: G-Research/ParquetSharp

ParquetSharp 23.0.0.2

22 Apr 21:47
0b493b1

Choose a tag to compare

This is a bug fix release that statically links libatomic on Linux, which was introduced as an extra dependency of the ParquetSharp native library in version 23.0.0.

What's Changed

Full Changelog: 23.0.0.1...23.0.0.2

ParquetSharp 23.0.0.1

21 Apr 10:19
d870819

Choose a tag to compare

This is a bug-fix release that fixes a potential stack overflow when reading very wide decimal typed columns. It's recommended to upgrade to this version if you read untrusted Parquet files.

What's Changed

  • Fix documentation for WriterPropertiesBuilder.MaxRowGroupLength by @mobiusklein in #641
  • Add a limit on stackalloc size when reading Decimal columns by @adamreeve in #642

New Contributors

Full Changelog: 23.0.0...23.0.0.1

ParquetSharp 23.0.0

14 Apr 23:06
3bc2a64

Choose a tag to compare

This version of ParquetSharp upgrades the underlying C++ Parquet library to 23.0.0.

What's Changed

New Contributors

Full Changelog: 21.0.0...23.0.0

ParquetSharp 23.0.0-beta1

31 Mar 21:17
ecefbc1

Choose a tag to compare

Pre-release

This version of ParquetSharp upgrades the underlying C++ Parquet library to 23.0.0.

What's Changed

New Contributors

Full Changelog: 21.0.0...23.0.0-beta1

ParquetSharp 21.0.0

30 Sep 12:16
504361a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 20.0.0...21.0.0

ParquetSharp 21.0.0-beta1

15 Sep 09:38
0c0aec7

Choose a tag to compare

Pre-release

What's Changed

New Contributors

Full Changelog: 20.0.0...21.0.0-beta1

ParquetSharp 20.0.0

21 Jul 23:00
d383c3e

Choose a tag to compare

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

ParquetSharp 20.0.0-beta2

07 Jul 22:23
064c6b7

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: 20.0.0-beta1...20.0.0-beta2

ParquetSharp 20.0.0-beta1

18 Jun 00:28
f7995ef

Choose a tag to compare

Pre-release

This version of ParquetSharp upgrades the underlying Arrow C++ Parquet library to version 20.0.0.

What's Changed

Full Changelog: 19.0.1...20.0.0-beta1

ParquetSharp 19.0.1

28 Apr 09:08
d2a6457

Choose a tag to compare

This version of ParquetSharp upgrades the underlying Arrow C++ Parquet library to version 19.0.1.

What's Changed

New Contributors

Full Changelog: 18.1.0...19.0.1