dragosmg commented on code in PR #12154:
URL: https://github.com/apache/arrow/pull/12154#discussion_r914577123


##########
r/R/util.R:
##########
@@ -215,3 +215,138 @@ handle_csv_read_error <- function(e, schema, call) {
 is_compressed <- function(compression) {
   !identical(compression, "uncompressed")
 }
+

Review Comment:
   In order to avoid too many of the date/time helpers in 
dplyr-funcs-datetime.R, I created dplyr-datetime-helpers.R - that's another 
location where they could live (they don't have to).  



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

Reply via email to