bryanck opened a new pull request, #7051: URL: https://github.com/apache/iceberg/pull/7051
When lazy snapshot loading is being used, the metadata from the response is modified to set a snapshot supplier. However, the metadata location is not set, and this has a secondary effect of not building a new metadata object. Thus the supplier is never set, and the full snapshot list is never retrieved. This PR sets the metadata location, so a new metadata object is built with the snapshot supplier and the location set. -- 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]
