aokolnychyi commented on a change in pull request #3132:
URL: https://github.com/apache/iceberg/pull/3132#discussion_r710338319
##########
File path: core/src/main/java/org/apache/iceberg/TableProperties.java
##########
@@ -132,6 +132,9 @@ private TableProperties() {
public static final String ORC_VECTORIZATION_ENABLED =
"read.orc.vectorization.enabled";
public static final boolean ORC_VECTORIZATION_ENABLED_DEFAULT = false;
+ public static final String ORC_BATCH_SIZE =
"read.orc.vectorization.batch-size";
Review comment:
I'll submit this separately.
--
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]