sunchao / parquet-rs

Apache Parquet implementation in Rust
Apache License 2.0
149 stars 20 forks source link

Upgrade to use parquet-format 2.5.0 #179

Closed sunchao closed 5 years ago

sunchao commented 5 years ago

Parquet format 2.5.0 for Rust just released. No change on the format definition so hopefully we just need to update the dependency version.

xrl commented 5 years ago

@sunchao should the checklist in the README.md be updated to check this off?

sunchao commented 5 years ago

In someways I guess. We need to check if we do support all the features in parquet format 2.5.0, in both read and write. Maybe we should be more specific in the README rather than just saying support parquet format 2.5.0.

xrl commented 5 years ago

Ah, I didn't get there was a got'cha. 👍