ParquetSharp 1.4.0.2 Beta 2
Pre-release
Pre-release
- 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.