Skip to content

ParquetSharp 23.0.0.1

Choose a tag to compare

@github-actions github-actions released this 21 Apr 10:19
· 9 commits to master since this release
d870819

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