Skip to content

ParquetSharp 1.4.0.2 Beta 2

Pre-release
Pre-release

Choose a tag to compare

@GPSnoopy GPSnoopy released this 26 Sep 22:24
5455900
  • Go back to 128-bits for decimal, as 96-bits is not enough for round tripping all possible System.Decimal values.
  • Make scale a mandatory argument for ColumnDecimal, otherwise it's too easy to miss.
  • Make precision also a mandatory argument (even though only exactly 29 digits is currently supported) for consistency.
  • Add extra information on (10e+scale * value) overflow exception in Decimal128 ctor.