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



##########
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:
       Or we could have a convention that base types are defined and tested in 
_..._type_ files while derived types (such as duration) are not defined there.




-- 
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