codope commented on code in PR #10960:
URL: https://github.com/apache/hudi/pull/10960#discussion_r1553974586


##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/HoodieMetadataTableValidator.java:
##########
@@ -197,6 +200,27 @@ public HoodieMetadataTableValidator(JavaSparkContext jsc, 
Config cfg) {
     this.taskLabels = generateValidationTaskLabels();
   }
 
+  /**
+   * Returns list of Throwable which were encountered during validation. This 
method is useful
+   * when ignoreFailed parameter is set to true.

Review Comment:
   If i'm not wrong, I think it's about making javadoc more clear that the list 
of throwables is actually the list of all validation failures (MDT, RLI, etc).



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

Reply via email to