ParquetSharp 2.1.0 Beta 1
Pre-release
Pre-release
- Upgraded to Arrow 0.16.
- Added bindings for the new AES encryption API. You can chose to encrypt all or some of your Parquet columns (Issue #82).
- Added explicit field-column mapping attribute for the row-oriented API (Issue #90).
- Match the C++ dispose / destructor implementation wrt exception safety. It looks like it's a good habit to explicitly call PaquetFileWriter.Close() instead of relying on the C++ destructor (or the C# Dispose()) as they will gobble and ignore any thrown exception (Issue #104).