nevi-me / parquet-format-rs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parquet-format-rs

Build Status License

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

Updating Parquet format

  • Update the parquet.thrift file
  • 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.

About

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

License:Apache License 2.0


Languages

Language:Rust 82.4%Language:Thrift 17.0%Language:Shell 0.6%