After ARROW-14941 we have support for the duration type; however, there is no binding for lubridate::duration() or as.difftime() available in dplyr evaluation that could create these objects. I'm actually not sure if we should bind lubridate::duration since it returns a custom S4 class that's identical in function to base R's difftime.
Reporter: Dewey Dunnington / @paleolimbot
Assignee: Dragoș Moldovan-Grünfeld / @dragosmg
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-15098. Please see the migration documentation for further details.
After ARROW-14941 we have support for the duration type; however, there is no binding for
lubridate::duration()oras.difftime()available in dplyr evaluation that could create these objects. I'm actually not sure if we should bindlubridate::durationsince it returns a custom S4 class that's identical in function to base R's difftime.Reporter: Dewey Dunnington / @paleolimbot
Assignee: Dragoș Moldovan-Grünfeld / @dragosmg
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-15098. Please see the migration documentation for further details.