badalprasadsingh opened a new pull request, #1651: URL: https://github.com/apache/iceberg-go/pull/1651
## Description Fixes #1642 Now, `UpdateSpec` reads table schema and metadata from the transaction's staged metadata snapshot (captured at construction) - similar to what we have in `PyIceberg` and `Iceberg-Java`. This unblocks fundamental workflows such as adding a column and partitioning by it within a single transaction. ## Testing Added the necessary tests for it. -- 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]
