ebyhr commented on code in PR #11874: URL: https://github.com/apache/iceberg/pull/11874#discussion_r1897322776
########## spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/source/TestCompressionSettings.java: ########## @@ -251,7 +251,8 @@ private String getCompressionType(InputFile inputFile) throws Exception { return orcReader.getCompressionKind().name(); case PARQUET: ParquetMetadata footer = - ParquetFileReader.readFooter(CONF, new Path(inputFile.location()), NO_FILTER); Review Comment: https://javadoc.io/doc/org.apache.parquet/parquet-hadoop/latest/index.html -- 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