ParquetSharp 2.4.0 Beta 2
Pre-release
Pre-release
- Add row-oriented constructor overloads taking
Reader/WriterPropertiesas one of their arguments, mirroring the normal Parquet file constructors (PR #177). - Expose more
ParquetFileWriternative properties in C#, allowing better unit tests (Issue #178). - Expose
ColumnDescriptor.Pathand unit test various method to a the column root name (e.g. when dealing with LIST values such asfloat[], a column has multiple schema nodes but most users only care about the root node for that column) (Issue #176). - Use native implementation for
Schema.Node.Equals()instead of duplicating the logic in C# (Issue #175).