Skip to content

ParquetSharp 4.0.0 Beta 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@GPSnoopy GPSnoopy released this 30 Jun 09:24
7ea3828

This version requires .NET Framework 4.7.1 or .NET Core 3.0 and higher.

  • Add back .NET Framework target via net471, drop netstandard2.0 and keep netstandard2.1.
  • Bump language version to C# 9.0.
  • Add support for user provided mapping between C# and Parquet types (PR #185).
  • Add UTF8 support on all API using strings (PR #206).
  • Make Date and DateTimeNanos implement IComparable, non-generic interface as well (PR #203).
  • Fix inconsistencies between Date and DateTimeNanos interface (PR #204).