eitsupi commented on code in PR #14175:
URL: https://github.com/apache/arrow/pull/14175#discussion_r992227599


##########
r/R/dplyr-collect.R:
##########
@@ -27,6 +27,10 @@ collect.arrow_dplyr_query <- function(x, as_data_frame = 
TRUE, ...) {
       augment_io_error_msg(e, call, schema = x$.data$schema)
     }
   )
+  # Ungroup the Table before converting this to a data frame

Review Comment:
   Thanks for the suggestion.
   I assumed that `arrow_dplyr_query$.data` must have the original object 
stored as is.
   
   I will update it as you suggested, as it seems to pass the test!



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