Fokko commented on PR #3991: URL: https://github.com/apache/iceberg-python/pull/3991#issuecomment-5713940107
Thanks, @ArulJerald, for explaining the caching mechanism to me, and that we always have a cache miss of the manifest-list after a write. Let me elaborate on the question. Since the files are immutable, it should never happen that a specific path returns something different. If that would be the case, then the manifest file has been mutated, which voilates the constraint in the spec. -- 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]
