Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Releases: sunchao/parquet-rs

Release 0.4.2

03 Nov 16:51
Compare
Choose a tag to compare

New features:

  • Upgrade parquet format to 2.5.0 (#180)
  • add support for unsigned types and timestamp millis (#181)

Bug fixes:

  • Patch schema to handle root node repetition and num_children as 0 (#182)

Release 0.4.1

03 Nov 16:34
Compare
Choose a tag to compare

Changes:

  • Fix build error when fetching git hash (#171 )
  • Fix documentation links (#169)

Release 0.4.0

08 Oct 14:34
Compare
Choose a tag to compare

Major Changes:

  • Low-level writer support (#116)

Release 0.3.0

05 May 16:37
Compare
Choose a tag to compare

Major Changes:

  • Add statistics for column chunk and pages (#94)
  • Add decimal support for the record reader API (#103)
  • Support FixedLenByteArrayType in DeltaByteArrayEncoder (#106)
  • Add ZSTD compression (#107)
  • Deploy documentation to github pages (#110)

Release 0.2.0

26 Apr 23:36
Compare
Choose a tag to compare

Major Changes:

  • Removed dependency on Thrift so building the project is easier. #82
  • Updated documentation. #81
  • Add Date type to the record API. #87
  • Solidified APIs (Row, List, Map) for records. #86, #101
  • LZ4 compression support. #98
  • Improvement on PLAIN, RLE and DELTA_BINARY_PACKED encodings. #80

Release 0.1.0

06 Apr 04:42
Compare
Choose a tag to compare

Initial release:

  • supports all encodings.
  • supports all codecs except LZ4 and Zstandard.
  • provides primitive column value readers and more high-level record reader.
  • provides binaries to read & print metadata and records from Parquet files.