nealrichardson commented on code in PR #13621:
URL: https://github.com/apache/arrow/pull/13621#discussion_r922192323


##########
r/tests/testthat/test-metadata.R:
##########
@@ -383,6 +383,7 @@ test_that("grouped_df metadata is recorded (efficiently)", {
   grouped_tab <- Table$create(grouped)
   expect_r6_class(grouped_tab, "Table")
   expect_equal(grouped_tab$r_metadata$attributes$.group_vars, "a")
+  expect_equal(grouped_tab$metadata$r$attributes$.group_vars, "a")

Review Comment:
   Yeah, we test elsewhere that `r_metadata == metadata$r`, don't need to test 
it again here.



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