pitrou commented on code in PR #43995:
URL: https://github.com/apache/arrow/pull/43995#discussion_r1804308092
##########
cpp/src/parquet/arrow/arrow_reader_writer_test.cc:
##########
@@ -4093,6 +4093,62 @@ TEST(TestArrowReaderAdHoc, OldDataPageV2) {
TryReadDataFile(path);
}
+TEST(TestArrowReaderAdHoc, LegacyTwoLevelList) {
Review Comment:
Well, we can't invoke parquet-java from the C++ test suite, so that's a good
reason for a file to reside in parquet-testing (also for other
implementations). Is there any problem with that?
--
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]