RussellSpitzer commented on code in PR #7439:
URL: https://github.com/apache/iceberg/pull/7439#discussion_r1179382423


##########
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/SparkReadOptions.java:
##########
@@ -56,7 +56,7 @@ private SparkReadOptions() {}
   // Overrides the table's read.split.open-file-cost
   public static final String FILE_OPEN_COST = "file-open-cost";
 
-  // Overrides the table's read.split.open-file-cost
+  // Overrides the table's read.parquet.vectorization.vectorization-enabled

Review Comment:
   
https://github.com/apache/iceberg/blob/master/spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/SparkReadConf.java#L143
 - Parquet
   
https://github.com/apache/iceberg/blob/master/spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/SparkReadConf.java#L162
 - ORC



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