pvary commented on code in PR #17365:
URL: https://github.com/apache/iceberg/pull/17365#discussion_r3704691298
##########
parquet/src/test/java/org/apache/iceberg/parquet/TestParquet.java:
##########
@@ -288,6 +288,98 @@ public void testColumnStatisticsEnabled() throws Exception
{
}
}
+ @Test
+ public void testMultipleColumnsStatisticsDisabled() throws Exception {
Review Comment:
What are the actual use-cases we are testing?
Maybe:
- testColumnStatisticsEnabled
- testColumnStatisticsDisabled
- testColumnStatisticsDefault
If we expect issues with 2 columns (not sure why), then we should use 2
columns for both in the tests
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]