bjchambers commented on a change in pull request #651:
URL: https://github.com/apache/arrow-rs/pull/651#discussion_r686454285
##########
File path: arrow/Cargo.toml
##########
@@ -50,6 +50,7 @@ regex = "1.3"
lazy_static = "1.4"
packed_simd = { version = "0.3", optional = true, package = "packed_simd_2" }
chrono = "0.4"
+chronoutil = "0.2"
Review comment:
`chronoutil` is used in the implementation of `ArrowTimeDeltaType` to
perform arithmetic involving relative time units such as months/days/etc.
--
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]