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 @Brandon4BZ 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
- Handle reading files written with a non-standard map schema by @jescalada in #499
- Documentation improvements: Encryption by @jescalada in #494
- Documentation Improvements: Arrow API by @jescalada in #501
Full Changelog: 16.1.0...18.1.0