nastra commented on code in PR #12079: URL: https://github.com/apache/iceberg/pull/12079#discussion_r1932431503
########## parquet/src/main/java/org/apache/iceberg/parquet/ParquetIO.java: ########## @@ -82,22 +82,10 @@ static OutputFile file(org.apache.iceberg.io.OutputFile file, Configuration conf } static SeekableInputStream stream(org.apache.iceberg.io.SeekableInputStream stream) { - if (stream instanceof DelegatingInputStream) { Review Comment: please run `./gradlew spotlessApply` as that will automatically re-format the code -- 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