sunchao / parquet-rs

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

Use the thrift crate for Cargo #31

Closed sunchao closed 6 years ago

sunchao commented 6 years ago

Up to the moment we are using the Thrift github repo for cargo build. This changes it to use the thrift crate, which is the idiomatic way for doing this. It is more stable too.

sunchao commented 6 years ago

@sadikovi Could you also review this simple PR too?

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.02%) to 95.454% when pulling 4385b874ae60b8c38ed06fea470aeff5a5497a99 on thrift-crate into 0f568142bc70ab6de64a9277f6e1b1803085e5ab on master.

sunchao commented 6 years ago

Merged. Thanks @sadikovi for the review!