ParquetSharp 8.0.0
This version of ParquetSharp is identical to 8.0.0-beta2, which has simply been promoted to stable.
What's Changed
- Improve error message when getting a LogicalColumnReader or Writer with the wrong type by @adamreeve in #277
- Use fixed culture when testing OverflowException by @Nisden in #280
- Fix reading string array values by @adamreeve in #282
- Allow updating key-value metadata after ParquetFileWriter creation by @adamreeve in #279
- Upgrade to Arrow 8.0.0 by @jgiannuzzi in #283
- Add support for .NET 6 by @jgiannuzzi in #285
- Allow specifying column definitions for a ParquetRowWriter by @adamreeve in #284
- Added support for force_set_converted_type by @Nisden in #281
- Added switch to force DateTimeKind.Unspecified by @Nisden in #288
- Dispose of most uses of LogicalType and Node by @adamreeve in #290
- Handle reading and writing string values without definition levels by @adamreeve in #293
- Read whole leaf-level arrays at once when possible, rather than growing lists by @adamreeve in #295
- Allow NullLogicalType given a PhysicalType by @jgiannuzzi, @msumner91, @adamreeve, and @mharward-gr in #302
Misc
- Update MacOS versions used in CI by @adamreeve in #294
- Include runner's image identity into the cache key by @marcin-krystianc in #289
- Bump version to 8.0.0-beta2 by @jgiannuzzi in #303
- Promote 8.0.0-beta2 to stable release by @jgiannuzzi in #307
New Contributors
- @Nisden made their first contribution in #280
- @marcin-krystianc made their first contribution in #289
- @msumner91 made their first contribution in #302
- @mharward-gr made their first contribution in #302
Full Changelog: 7.0.0...8.0.0