badalprasadsingh opened a new issue, #1642: URL: https://github.com/apache/iceberg-go/issues/1642
### Apache Iceberg version main (development) ### Please describe the bug 🐞 Right now, `updateSpec` reads table state and schema exclusively from the immutable table snapshot captured when the transaction started instead of the transaction's staged metadata. As a result, partition evolution cannot see columns or specs added earlier in the same txn. What is expected? Any chained operation should succeed, binding any new col against the transaction's staged schema. ### Contribution Will raise a PR with the fix -- 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]
