RussellSpitzer commented on code in PR #16729:
URL: https://github.com/apache/iceberg/pull/16729#discussion_r3453287373
##########
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:
Postpone to followup 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]