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


##########
parquet/src/main/java/org/apache/iceberg/parquet/Parquet.java:
##########
@@ -1340,6 +1340,7 @@ public <D> CloseableIterable<D> build() {
           optionsBuilder.withDecryption(fileDecryptionProperties);
         }
 
+        optionsBuilder.withUseHadoopVectoredIo(true);

Review Comment:
   There were some efforts to allow Iceberg working without Hadoop on the 
classpath.
   I'm not sure how far away these efforts went, and also not sure how this 
change will effect that effort.
   
   Could you please help me understand the consequences of always using 
`withUseHadoopVectoredIo`?
   
   Thanks,
   Peter



-- 
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

Reply via email to