the-other-tim-brown commented on code in PR #8638:
URL: https://github.com/apache/hudi/pull/8638#discussion_r1203453231
##########
hudi-common/src/main/java/org/apache/hudi/exception/HoodieMetaSyncException.java:
##########
@@ -18,12 +18,18 @@
package org.apache.hudi.exception;
+import java.util.Map;
+
public class HoodieMetaSyncException extends HoodieException {
+
+ public Map<String,HoodieException> failedMetaSyncs;
Review Comment:
make this private and add a getter?
--
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]