Crates.io | parquet-format |
lib.rs | parquet-format |
version | 4.0.0 |
source | src |
created_at | 2018-04-12 05:05:04.37731 |
updated_at | 2021-01-11 00:41:29.523777 |
description | Apache Parquet Format - thrift definition and generated Rust file |
homepage | https://github.com/sunchao/parquet-format-rs |
repository | https://github.com/sunchao/parquet-format-rs |
max_upload_size | |
id | 60232 |
size | 233,034 |
Apache Parquet format for Rust, hosting the Thrift definition file and the generated .rs file.
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.* |
parquet.thrift
file./generate_parquet_format.sh
Note that the major version should be incremented when updating to a new Parquet format version.