ParquetSharp 18.1.0-beta1
Pre-release
Pre-release
·
58 commits
to master
since this release
This version of ParquetSharp upgrades the underlying Arrow C++ Parquet library to version 18.1.0.
What's Changed
- Add comparison operators and FromDotnetTicks to DateTimeNanos by @adamreeve in #478
- Fix reading required string values inside an optional group by @adamreeve in #481
- Support reading and writing decimals with arbitrary length fixed-length byte array columns and writing with int32 or int64 by @adamreeve in #482
- Bump parquet-cpp-arrow to 18.1.0 by @jescalada in #492
- SchemaUtils Nested Map Fix by @jescalada in #499
- Documentation improvements: Encryption by @jescalada in #494
Full Changelog: 16.1.0...18.1.0-beta1