You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/17 00:33:51 UTC

[GitHub] [arrow-rs] asayers commented on issue #1630: parquet does not compile with `features=["zstd"]`

asayers commented on issue #1630:
URL: https://github.com/apache/arrow-rs/issues/1630#issuecomment-1128274044

   FWIW I've had this in my Cargo.toml since parquet-0.9:
   
   ```toml
   # Chrono is not a direct dependency; it's a dependency of "parquet".  However,
   # parquet's Cargo.toml is slightly buggy, so if we don't specify chrono here
   # then parquet fails to compile.
   chrono = { version = "0.4.19", default-features = false, features = ["clock"] }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org