thisisnic commented on code in PR #33968: URL: https://github.com/apache/arrow/pull/33968#discussion_r1095721578
########## r/tests/testthat/test-json.R: ########## @@ -253,3 +253,12 @@ test_that("Can read json file with list<struct<T...>> nested columns (ARROW-7740 expected <- tibble::tibble(a = c(list(one), list(one))) expect_equal(read_json_arrow(tf), expected, ignore_attr = TRUE) }) + +test_that("Read literal data directory", { Review Comment: ```suggestion test_that("Read literal data directly", { ``` -- 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