sunchao / parquet-rs

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

Upgrade parquet format to 2.5.0 #180

Closed sunchao closed 5 years ago

sunchao commented 5 years ago

Fixes #179.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 644


Totals Coverage Status
Change from base Build 640: 0.008%
Covered Lines: 12410
Relevant Lines: 12992

💛 - Coveralls
sunchao commented 5 years ago

@sadikovi : can you review this? it's a trivial change as 2.4.0 -> 2.5.0 doesn't have any change on format. However, in 2.5.0 parquet-mr implemented writing column indexes.

sunchao commented 5 years ago

Thanks @sadikovi .