dragosmg commented on a change in pull request #12506:
URL: https://github.com/apache/arrow/pull/12506#discussion_r823610428



##########
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:
       I was under the impression the coercion functions (`as.*()`) lived in 
dplyr-funcs-type.R. More than happy to move it to ...-datetime if that 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to