nsivabalan commented on code in PR #10960:
URL: https://github.com/apache/hudi/pull/10960#discussion_r1554791994
##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/HoodieMetadataTableValidator.java:
##########
@@ -438,6 +461,7 @@ private boolean doHoodieMetadataTableValidationOnce() {
if (!cfg.ignoreFailed) {
throw e;
}
+ throwables.add(e);
Review Comment:
where are you clearing up the throwables list?
if we are calling doHoodieMetadataTableValidationOnce repeatedly, don't we
need to clear the list before we execute next time ?
--
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]