danielcweeks commented on PR #14398: URL: https://github.com/apache/iceberg/pull/14398#issuecomment-3745740357
@gaborkaszab this largely looks good to me, but I created #15045 to clarify an important detail in how we should handle snapshot modes (or any situation where the content body that is cached may differer). It would be problematic for implementations to operate on `refs` thinking it represents the full table metadata due to a cache conflict. I agree that it's not really an issue in the current implementation, but if we want to add that to the cache or other implementations support ETags, we want to be clear about the expectations. Shouldn't affect the approach here though. -- 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]
