aarushigupta132 opened a new pull request, #3075: URL: https://github.com/apache/iceberg-rust/pull/3075
## Which issue does this PR close? Prerequisite for the focused UpdateSchema series split from #3069. ## What changes are included in this PR? - Keeps only the first transaction requirement for each protected metadata value, so later actions do not replace requirements derived from the transaction base. - Rejects retry rebases when a table identifier now resolves to a different table UUID. - Avoids rebuilding metadata or issuing a catalog update when actions produce no updates. This is independently mergeable and adds no sorting or partition-evolution API. ## Are these changes tested? Yes. Focused transaction tests cover requirement scoping, table recreation during retry, no-op suppression, retry behavior, and encrypted-table commits. Formatting and all-feature library Clippy pass. -- 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]
