pitrou commented on code in PR #41769:
URL: https://github.com/apache/arrow/pull/41769#discussion_r1611883830


##########
cpp/src/parquet/arrow/arrow_reader_writer_test.cc:
##########
@@ -889,6 +891,24 @@ TYPED_TEST(TestParquetIO, ZeroChunksTable) {
   ASSERT_EQ(1, out->column(0)->num_chunks());
 }
 
+TYPED_TEST(TestParquetIO, TableWithMetadata) {

Review Comment:
   `TestParquetIO` is a parameterized test with a lot of different types. This 
seems overkill here and will further increase compilation times and execution 
time.



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

Reply via email to