przemekd commented on PR #9029: URL: https://github.com/apache/iceberg/pull/9029#issuecomment-1807918280
@aokolnychyi Sure. This one is not about serialization. The idea behind this fix is to allow to query (read) tables in Spark (and potentially other query engines using `SerializableTable`) that use the custom `LocationProvider`, but with not having to provide an implementation of this provider to the job. Right now all jobs reading from such tables need to provide the implementation which is troublesome and not necessary. -- 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