varun-lakhyani commented on code in PR #16729:
URL: https://github.com/apache/iceberg/pull/16729#discussion_r3463015490


##########
core/src/main/java/org/apache/iceberg/TableProperties.java:
##########
@@ -260,6 +260,12 @@ private TableProperties() {}
   public static final String PARQUET_BATCH_SIZE = 
"read.parquet.vectorization.batch-size";
   public static final int PARQUET_BATCH_SIZE_DEFAULT = 5000;
 
+  /** Files at or below this size are fetched in a single read. Zero disables 
the optimization. */
+  public static final String READ_SINGLE_FETCH_THRESHOLD_BYTES =

Review Comment:
   Done! removed from this pr



##########
spark/v4.1/spark/src/main/java/org/apache/iceberg/spark/source/BaseReader.java:
##########
@@ -47,14 +47,17 @@
 import org.apache.iceberg.io.CloseableIterator;
 import org.apache.iceberg.io.FileIO;
 import org.apache.iceberg.io.InputFile;

Review Comment:
   Done! removed from this pr



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