jonkeane commented on a change in pull request #10601:
URL: https://github.com/apache/arrow/pull/10601#discussion_r658854104



##########
File path: r/tests/testthat/test-json.R
##########
@@ -208,7 +208,7 @@ test_that("Can read json file with nested columns 
(ARROW-5503)", {
   expect_equal(struct_array$GetFieldByName("ps"), ps)
   expect_equal(struct_array$Flatten(), list(ps, hello))
   expect_equal(
-    as.vector(struct_array),
+    as.data.frame(struct_array),

Review comment:
       Another example of a slight change in our `as.*` API. I think this is 
better now, but we will need to make sure the change is clearly communicated




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