pan3793 opened a new pull request, #7733: URL: https://github.com/apache/iceberg/pull/7733
This PR aims to allow user control locality enabled on reading through session conf `spark.sql.iceberg.locality.enabled`. Previously, it's default enabled for HDFS, and can be disabled by setting read option, but it's is not friendly for SQL cases. As described in https://github.com/apache/iceberg/pull/2577, the locality calculation may cause significant pressure on NameNode, after this PR, user can conveniently disable it by setting `spark.sql.iceberg.locality.enabled=false` -- 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