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 2021/08/11 02:55:44 UTC

[GitHub] [arrow-rs] bjchambers commented on a change in pull request #651: rough draft of time arithmetic

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: github-unsubscribe@arrow.apache.org

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