ParquetSharp 23.0.0.1
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.MaxRowGroupLengthby @mobiusklein in #641 - Add a limit on stackalloc size when reading Decimal columns by @adamreeve in #642
New Contributors
- @mobiusklein made their first contribution in #641
Full Changelog: 23.0.0...23.0.0.1