Skip to content

ParquetSharp 2.4.0 Beta 2

Pre-release
Pre-release

Choose a tag to compare

@GPSnoopy GPSnoopy released this 13 Apr 18:04
43eb447
  • Add row-oriented constructor overloads taking Reader/WriterProperties as one of their arguments, mirroring the normal Parquet file constructors (PR #177).
  • Expose more ParquetFileWriter native properties in C#, allowing better unit tests (Issue #178).
  • Expose ColumnDescriptor.Path and unit test various method to a the column root name (e.g. when dealing with LIST values such as float[], 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).