Skip to content

ParquetSharp 1.5.1.1 Beta 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@GPSnoopy GPSnoopy released this 24 Jan 15:57
d68b728
  • 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).