wjones127 commented on a change in pull request #11956: URL: https://github.com/apache/arrow/pull/11956#discussion_r773375168
########## File path: r/tests/testthat/test-parquet.R ########## @@ -322,3 +340,13 @@ test_that("ParquetFileWrite chunk_size calculation doesn't have integer overflow # but our max_chunks is respected expect_equal(calculate_chunk_size(101, 1, 25, 2), 51) }) + +# Wait on ARROW-13735 for this Review comment: I'd like us to be able to validate we can read all the test parquet files after this. (I think parquet support is the main motivation for MapType support; not sure it's much use otherwise.) Waiting on #11855, which solves a bug affecting one of these. -- 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