rdblue commented on code in PR #6404:
URL: https://github.com/apache/iceberg/pull/6404#discussion_r1046056595


##########
api/src/main/java/org/apache/iceberg/metrics/LoggingMetricsReporter.java:
##########
@@ -28,6 +28,11 @@
  */
 public class LoggingMetricsReporter implements MetricsReporter {
   private static final Logger LOG = 
LoggerFactory.getLogger(LoggingMetricsReporter.class);
+  private static final LoggingMetricsReporter INSTANCE = new 
LoggingMetricsReporter();

Review Comment:
   This is in two PRs now, right? Should we separate it out into its own so we 
don't have conflicting PRs?



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