aokolnychyi commented on a change in pull request #2248:
URL: https://github.com/apache/iceberg/pull/2248#discussion_r578654742
##########
File path: core/src/main/java/org/apache/iceberg/TableProperties.java
##########
@@ -84,6 +84,9 @@ private TableProperties() {
public static final String PARQUET_BATCH_SIZE =
"read.parquet.vectorization.batch-size";
public static final int PARQUET_BATCH_SIZE_DEFAULT = 5000;
+ public static final String ORC_VECTORIZATION_ENABLED =
"read.orc.vectorization.enabled";
Review comment:
It does not seem like we need to respect this property in any other
query engine. Right, @pvary @openinx?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]