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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]