ParquetSharp 1.4.0.2 Beta 1
Pre-release
Pre-release
- Fixed access violation on writing large strings.
- Added Column.IsSupported(Type type) to check whether a .NET type is supported.
- Added support for .NET System.Decimal. ColumnDecimal defaults to 28 digits of precision, stored as 12-bytes per value. Lower precisions are not supported for the moment (depends on public demand).