parquet-format-rs
Apache Parquet format for Rust, hosting the Thrift definition file and the generated .rs file.
Updating Parquet format
- Update the
parquet.thriftfile - Run
./generate_parquet_format.sh - Commit changes
Note that the version in Cargo.toml should match the Parquet format
version of the parquet.thrift in apache/parquet-format.