zizon commented on code in PR #12079: URL: https://github.com/apache/iceberg/pull/12079#discussion_r1930216929
########## 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: reformat following guideline: https://iceberg.apache.org/contribute/#configuring-code-formatter-for-eclipseintellij -- 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