stubz151 commented on code in PR #13997: URL: https://github.com/apache/iceberg/pull/13997#discussion_r2382298378
########## parquet/src/main/java/org/apache/iceberg/parquet/ParquetIO.java: ########## @@ -91,6 +101,9 @@ static SeekableInputStream stream(org.apache.iceberg.io.SeekableInputStream stre return HadoopStreams.wrap((FSDataInputStream) wrapped); } } + if (stream instanceof RangeReadable) { Review Comment: Sorry I missed this one. Updated. -- 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