dragosmg commented on a change in pull request #12506: URL: https://github.com/apache/arrow/pull/12506#discussion_r823884387
########## File path: r/R/dplyr-funcs-type.R ########## @@ -120,6 +120,42 @@ register_bindings_type_cast <- function() { } build_expr("cast", x, options = cast_options(to_type = date32())) }) + register_binding("as.difftime", function(x, Review comment: @jonkeane & @thisisnic what do you think? should all date-time functions live in _dplyr-funcs-datetime.R_ (including the coercion ones - `as.*()`? I don't mind moving them if that location is more intuitive. -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org