pvary commented on code in PR #12366: URL: https://github.com/apache/iceberg/pull/12366#discussion_r1971911634
########## data/src/main/java/org/apache/iceberg/data/GenericAppenderFactory.java: ########## @@ -252,4 +307,24 @@ public PositionDeleteWriter<Record> newPosDeleteWriter( throw new UncheckedIOException(e); } } + + private void validateMetricsConfig(Map<String, String> properties) { + if (config.isEmpty()) { + return; + } + Review Comment: We don't need this -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org