fallintoplace opened a new pull request, #1673: URL: https://github.com/apache/iceberg-go/pull/1673
Manifest-list uploads can report their real failure from Close. The commit path used to build snapshot updates before that deferred close ran, so a failed upload could leave a snapshot pointing at a missing manifest list. This closes the manifest-list writer and underlying output before creating snapshot updates. Close failures remove the incomplete object and return no updates or requirements. The retry rebuild path is covered too. Tests: go test ./table -count=1 Fixes #1666 -- 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]
