wjones127 commented on code in PR #15197:
URL: https://github.com/apache/arrow/pull/15197#discussion_r1061961416
##########
r/tests/testthat/test-parquet.R:
##########
@@ -453,12 +453,28 @@ test_that("deprecated int96 timestamp unit can be
specified when reading Parquet
})
test_that("Can read parquet with nested lists and maps", {
- parquet_test_data <-
test_path("../../../cpp/submodules/parquet-testing/data")
+ test_that("Can read parquet with nested lists and maps", {
+ # Construct the path to the parquet-testing submodule. This will search:
Review Comment:
```suggestion
# Construct the path to the parquet-testing submodule. This will search:
```
--
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]