suryaprasanna commented on code in PR #17930:
URL: https://github.com/apache/hudi/pull/17930#discussion_r2730295776


##########
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieMetadataConfig.java:
##########
@@ -1189,6 +1201,11 @@ public Builder withRepartitionDefaultPartitions(int 
defaultPartitions) {
       return this;
     }
 
+    public Builder setFailJobOnMDTTableServiceFailures(boolean 
failJobOnMDTTableServiceFailures) {

Review Comment:
   Added tests.



##########
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieMetadataMetrics.java:
##########
@@ -79,6 +79,9 @@ public class HoodieMetadataMetrics implements Serializable {
   public static final String TABLE_SERVICE_EXECUTION_STATUS = 
"table_service_execution_status";
   public static final String TABLE_SERVICE_EXECUTION_DURATION = 
"table_service_execution_duration";
   public static final String ASYNC_INDEXER_CATCHUP_TIME = 
"async_indexer_catchup_time";
+  public static final String COMPACTION_FAILURES = "compaction_failures";

Review Comment:
   Added tests.



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