gaborkaszab opened a new pull request, #15274: URL: https://github.com/apache/iceberg/pull/15274
REST catalog's client-side table cache contains table suppliers that can be used to construct table objects. These suppliers encapsulate different building blocks of a table, including TableMetadata. Lazy snapshot loading populates the list of snapshots in-place within TableMetadata. As a result, loading the full list of snapshots will also update the table supplier in the table cache. After loading the full snapshot list once, all the later answers from the table cache will contains this full snapshot list. -- 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]
