-
Notifications
You must be signed in to change notification settings - Fork 4k
Description
This logic is used in several places in R/dplyr-funcs-datetime.R and it would be great if we could separate it into a standalone helper function. The main purpose would be to indicate the float -> int64 -> duration casting chain is being used.
Originally raised by @jonkeane during a review for one of the lubridate bindings.
I've seen this line in a few PRs recently — this is to get around the fact that we do not have float durations, yeah? I wonder if we should put that into a helper function. Not so much to save lines of code, but to encapsulate that we have this one workaround that we're using in all of these places.
Then if that workaround is not necessary (or if we find a better one) we can change it in one place. We don't need to do that here, but it would be good to make a Jira for that if we do want to.
Reporter: Dragoș Moldovan-Grünfeld / @dragosmg
Assignee: Dragoș Moldovan-Grünfeld / @dragosmg
Related issues:
- [R] lubridate functions for 9.0.0 (is a child of)
- [C++] Provide a way to go from numeric to duration (is related to)
PRs and other links:
Note: This issue was originally created as ARROW-16253. Please see the migration documentation for further details.