geruh commented on PR #13987: URL: https://github.com/apache/iceberg/pull/13987#issuecomment-3255500026
+1 to the previous comment about the use case not being clear. To add on to the last comment. In the same Table instance, any snapshot related change will be reflected as the current after a commit. But beyond that this implementation treats ALL commits as if they create snapshots, but that's not actually true. Data operations (appends, deletes, overwrites) create new snapshots, while metadata operations (properties updates, schema updates) don't create snapshots, they just update table metadata. -- 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]
