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/09/26 12:44:28 UTC

[GitHub] [hudi] SteNicholas commented on a diff in pull request #6497: [HUDI-4719] Add metrics config for flink

SteNicholas commented on code in PR #6497:
URL: https://github.com/apache/hudi/pull/6497#discussion_r979986859


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metrics/HoodieMetrics.java:
##########
@@ -184,7 +188,7 @@ public void updateCommitMetrics(long commitEpochTimeInMs, long durationInMs, Hoo
   }
 
   private void updateCommitTimingMetrics(long commitEpochTimeInMs, long durationInMs, HoodieCommitMetadata metadata,
-      String actionType) {
+                                         String actionType) {

Review Comment:
   Revert this change to keep the indent of the code style.



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