rdblue commented on code in PR #4464:
URL: https://github.com/apache/iceberg/pull/4464#discussion_r847896321
##########
core/src/main/java/org/apache/iceberg/BaseTransaction.java:
##########
@@ -388,22 +381,11 @@ private void commitSimpleTransaction() {
} catch (CommitStateUnknownException e) {
throw e;
+ } catch (PendingUpdateFailedException e) {
+ cleanUpOnCommitFailure();
+ throw e.wrapped();
Review Comment:
Looks like other catch blocks have extra whitespace. Can you match the style?
--
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]