badalprasadsingh opened a new pull request, #1690: URL: https://github.com/apache/iceberg-go/pull/1690
### Description Fixes #1689 Earlier `UdateSchema.SetIdentifierField` mutated builder state eagerly, so it always applied before any deferred op regardless of chain position, diverging from every other builder method. So, the fix is: Defer the mutation into `u.ops` so it runs in chain order during `Apply()`; `init()` now correctly seeds existing identifier fields first. ### Testing Added the required regression test cases. -- 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]
