ParquetSharp 1.5.1.1 Beta 2
Pre-release
Pre-release
- Fixed reading empty strings or byte[] causing NullReferenceException (Issue #38).
- Fixed RowOriented API not dealing with Decimal. Support is limited to struct and class by explicitly using the ParquetDecimalScale attribute (Issue #36).
- Fixed BufferOutputStream.Finish() not being mapped correctly to native code (Issue #32).