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: [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]
