#parquet #hadoop #file-format #thrift #apache #generated #version

parquet-format

Apache Parquet Format - thrift definition and generated Rust file

6 stable releases

4.0.0 Jan 11, 2021
3.0.0 Jan 10, 2021
2.7.0 Jan 8, 2021
2.6.1 Jun 6, 2020
2.4.0 Apr 12, 2018

#1301 in Parser implementations

Download history 5245/week @ 2023-11-26 5897/week @ 2023-12-03 4633/week @ 2023-12-10 3981/week @ 2023-12-17 1566/week @ 2023-12-24 2756/week @ 2023-12-31 5418/week @ 2024-01-07 4501/week @ 2024-01-14 5647/week @ 2024-01-21 5249/week @ 2024-01-28 5599/week @ 2024-02-04 5979/week @ 2024-02-11 7113/week @ 2024-02-18 6518/week @ 2024-02-25 6177/week @ 2024-03-03 3696/week @ 2024-03-10

23,735 downloads per month

Apache-2.0

220KB
5K SLoC

parquet-format-rs

Build Status License

Apache Parquet format for Rust, hosting the Thrift definition file and the generated .rs file.

Usage and Versioning Policy

This crate previously tracked the Parquet format versions, which made keeping semver guarantees sometimes challenging. As of version 3.0.0 of the crate, independent major versions are used whenever we update the Parquet format.

The below summarises the version mappings.

parquet-format parquet-format-rs
2.8.0 4.0.*
2.7.0 3.0.*
2.6.0 2.6.*
2.5.0 2.5.*
2.4.0 2.4.*

Updating Parquet format

  • Update the parquet.thrift file
  • Run ./generate_parquet_format.sh
  • Commit changes

Note that the major version should be incremented when updating to a new Parquet format version.

Dependencies

~1MB
~17K SLoC