You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/02/04 05:29:47 UTC

[GitHub] [hudi] t0il3ts0ap commented on a change in pull request #4741: [MINOR] Add configuration to enable/disable common prefix for all met…

t0il3ts0ap commented on a change in pull request #4741:
URL: https://github.com/apache/hudi/pull/4741#discussion_r799171059



##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java
##########
@@ -1561,6 +1561,10 @@ public boolean isExecutorMetricsEnabled() {
         getStringOrDefault(HoodieMetricsConfig.EXECUTOR_METRICS_ENABLE, "false"));
   }
 
+  public boolean isMetricsCommonPrefixEnabled() {

Review comment:
       Ohh, I didnt notice while rebasing changes. I think I can use #4274. I will close this PR.




-- 
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-unsubscribe@hudi.apache.org

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