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/04/29 17:19:54 UTC

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

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

   One way to work around this is to manually add a dependency on `chrono` with the correct features, such as
   
   ```toml
   chrono = { version = "0.4" }
   parquet = { version = "12.0.0", default-features = false, features = ["zstd"] }
   ```


-- 
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