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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org