stevenzwu commented on PR #10366:
URL: https://github.com/apache/iceberg/pull/10366#issuecomment-2125658429
figure out why we can't reproduce the issue with the unit test. it is
already fixed by @amogh-jahagirdar in PR #8397 . cleanup is protected by
exception type check.
```
if (!strictCleanup || e instanceof CleanableFailure) {
Exceptions.suppressAndThrow(e, this::cleanAll);
}
```
will close this PR as it is not needed.
--
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]