huaxingao commented on code in PR #9841: URL: https://github.com/apache/iceberg/pull/9841#discussion_r1580538480
########## spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/SparkReadConf.java: ########## @@ -353,4 +354,12 @@ private boolean executorCacheLocalityEnabledInternal() { .defaultValue(SparkSQLProperties.EXECUTOR_CACHE_LOCALITY_ENABLED_DEFAULT) .parse(); } + + public ReaderType getReaderType() { Review Comment: Changed. Thanks ########## spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/SparkSQLProperties.java: ########## @@ -27,6 +28,10 @@ private SparkSQLProperties() {} // Controls whether vectorized reads are enabled public static final String VECTORIZATION_ENABLED = "spark.sql.iceberg.vectorization.enabled"; + // Controls whether which reader to use for vectorization + public static final String READER_TYPE = "spark.sql.iceberg.parquet.reader-type"; Review Comment: Changed. Thanks ########## spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/SparkSQLProperties.java: ########## @@ -27,6 +28,10 @@ private SparkSQLProperties() {} // Controls whether vectorized reads are enabled public static final String VECTORIZATION_ENABLED = "spark.sql.iceberg.vectorization.enabled"; + // Controls whether which reader to use for vectorization Review Comment: Fixed -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org