jacobsalway commented on code in PR #15530:
URL: https://github.com/apache/iceberg/pull/15530#discussion_r3005261109


##########
aws/src/main/java/org/apache/iceberg/aws/glue/GlueTableOperations.java:
##########
@@ -176,7 +176,7 @@ protected void doCommit(TableMetadata base, TableMetadata 
metadata) {
 
       // If we got an AWS exception we would usually handle, but find we
       // succeeded on a retry that threw an exception, skip the exception.
-      if (commitStatus != CommitStatus.SUCCESS && isAwsServiceException) {
+      if (commitStatus == CommitStatus.FAILURE && persistFailure instanceof 
AwsServiceException) {

Review Comment:
   Reverted back to leave this as a deliberate change in another PR



-- 
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]

Reply via email to