ParquetSharp 15.0.2
This version of ParquetSharp upgrades the underlying Arrow C++ Parquet library to version 15.0.2.
New features
- Add support for reading and writing the .NET Half type by @adamreeve in #418
- Expose page checksum verification reader and writer properties by @adamreeve in #419
- Support the TimeOnly and DateOnly types added in .NET 6 by @adamreeve in #424
- Add the key management tools API for encryption by @adamreeve in #426
- Support buffered writing with the Arrow API by @adamreeve in #428
- Allow getting a ParquetFileReader and the SchemaManifest from an Arrow.FileReader by @adamreeve in #430
Bug fixes
- Make sure that RandomAccessFile is not freed prematurely by @marcin-krystianc in #436
Miscellaneous
- Upgrade C++ Arrow to 15.0.0 by @adamreeve in #417
- Upgrade Arrow C++ version to 15.0.2 by @adamreeve in #431
Full Changelog: 14.0.2...15.0.2