zhongyujiang opened a new pull request, #9101: URL: https://github.com/apache/iceberg/pull/9101
…ty information while planing. We have a computing cluster which is seperate from our HDFS cluster, jobs running on this cluster will never be able to take advantage of the HDFS locality information, so we want to save the process of requesting locality information. For other data sources, we can use `spark.sql.sources.ignoreDataLocality`, but Iceberg doesn't use Spark's config, instead I found that Iceberg has a [read option](https://github.com/apache/iceberg/blob/ad6d21a3d9bb1a57fe398656ef73d108e18157d1/spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/SparkReadOptions.java#L78) `locality` to control this behavior in the Spark connector, but the corresponding Spark SQL property is missing. @RussellSpitzer @aokolnychyi can you help take a look at this? Thanks! -- 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