nealrichardson commented on a change in pull request #11277:
URL: https://github.com/apache/arrow/pull/11277#discussion_r721637807
##########
File path: r/tests/testthat/test-metadata.R
##########
@@ -214,15 +214,27 @@ test_that("metadata drops readr's problems attribute", {
expect_null(attr(as.data.frame(tab), "problems"))
})
-test_that("metadata of list elements (ARROW-10386)", {
+test_that("Row-level metadata (does not by default) roundtrip", {
+ # First tracked at ARROW-10386, though it was later determined that row-level
+ # metadata should be handled separately ARROW-14020, ARROW-XXX
Review comment:
I'm a little afraid to ask: what is ARROW-XXX?
--
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]