pvary commented on code in PR #13997:
URL: https://github.com/apache/iceberg/pull/13997#discussion_r2371705727


##########
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) {
+      return new ParquetRangeReadableInputStreamAdapter(stream);
+    }

Review Comment:
   nit: newline



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to