minihippo commented on code in PR #7572:
URL: https://github.com/apache/hudi/pull/7572#discussion_r1058989874


##########
hudi-common/src/main/java/org/apache/hudi/common/util/RetryHelper.java:
##########
@@ -120,7 +118,7 @@ private boolean checkIfExceptionInRetryList(Exception e) {
 
     // if users didn't set hoodie.filesystem.operation.retry.exceptions
     // we will retry all the IOException and RuntimeException
-    if (retryExceptionsClasses.isEmpty()) {
+    if (retryExceptionsClasses.equals(RETRY_EXCEPTION_CLASS)) {
       return true;
     }

Review Comment:
   fix



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to