ParquetSharp 23.0.0
This version of ParquetSharp upgrades the underlying C++ Parquet library to 23.0.0.
What's Changed
- Add
ThriftStringSizeLimittoReaderPropertiesby @haianhng31 in #564 - Add
ThriftContainerSizeLimitandFooterReadSizetoReaderPropertiesby @haianhng31 in #567 - Add support for Windows Arm64 by @jgiannuzzi in #576
- Add
BinaryTypetoArrowReaderPropertiesby @haianhng31 in #569 - Add
ListTypeandArrowExtensionsEnabledtoArrowReaderPropertiesby @haianhng31 in #582 - Add
StoreDecimalAsIntegertoWriterPropertiesby @haianhng31 in #572 - Add
SetMaxStatisticsSizetoWriterPropertiesBuilderby @haianhng31 in #581 - Add
DataPageVersionandSizeStatisticsLeveltoWriterPropertiesby @haianhng31 in #585 - Add
CacheOptionstoArrowReaderPropertiesby @haianhng31 in #589 - Add field_id to
Columnby @acolombi in #625 - Upgrade C++ arrow to 23.0.0 by @marcin-krystianc in #626
- Add Memory-Optimized Reading Benchmarks documentation by @larrytamnjong in #611
New Contributors
- @haianhng31 made their first contribution in #565
- @iv-tunate made their first contribution in #597
- @acolombi made their first contribution in #625
- @larrytamnjong made their first contribution in #611
Full Changelog: 21.0.0...23.0.0