jackye1995 commented on a change in pull request #3702:
URL: https://github.com/apache/iceberg/pull/3702#discussion_r766231885



##########
File path: core/src/main/java/org/apache/iceberg/MetricsConfig.java
##########
@@ -44,13 +45,13 @@
   private static final Joiner DOT = Joiner.on('.');
 
   private static final MetricsConfig DEFAULT = new 
MetricsConfig(ImmutableMap.of(),
-          MetricsModes.fromString(DEFAULT_WRITE_METRICS_MODE_DEFAULT));
+      MetricsModes.fromString(DEFAULT_WRITE_METRICS_MODE_DEFAULT));

Review comment:
       Indentation was off, also fixed along the way




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to