badalprasadsingh opened a new pull request, #1603: URL: https://github.com/apache/iceberg-go/pull/1603
## Description Fixes #1602, issue of setting `t.committed = true` before invoking `doCommit`. Moved `t.committed = true` so it is set only after `doCommit` returns successfully. The transaction is left usable for retry. Add a test 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]
