RussellSpitzer commented on code in PR #11373: URL: https://github.com/apache/iceberg/pull/11373#discussion_r1821571529
########## parquet/src/test/java/org/apache/iceberg/parquet/TestParquetSchemaUtil.java: ########## @@ -464,4 +588,103 @@ private Type map(Integer id, String name, Repetition repetition, Type keyType, T } return builder.named(name); } + + @Test + public void testPruneColumns1() { Review Comment: Test names need to be cleaned up here as well. Can we have a more descriptive names? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org