thisisnic commented on a change in pull request #12073:
URL: https://github.com/apache/arrow/pull/12073#discussion_r778671081
##########
File path: r/R/metadata.R
##########
@@ -115,7 +115,7 @@ apply_arrow_r_metadata <- function(x, r_metadata) {
remove_attributes <- function(x) {
removed_attributes <- character()
if (identical(class(x), c("tbl_df", "tbl", "data.frame"))) {
- removed_attributes <- c("class", "row.names", "names")
+ removed_attributes <- c("class", "row.names", "names", "groups")
Review comment:
Good catch! Have updated the PR to account for this - let me know if it
looks alright to you.
--
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]