sunchao / parquet-rs

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

Fix build for Rust 1.25.0-nightly #36

Closed sadikovi closed 6 years ago

sadikovi commented 6 years ago

This PR removes default on a direct implementation in DictEncoder, since the latest nightly version complains about it. Also fixed a typo and updated versions in Cargo.toml.

sadikovi commented 6 years ago

@sunchao please review. Thanks!

sunchao commented 6 years ago

Merged. Thanks!

sadikovi commented 6 years ago

Thanks for merging!