wangyum commented on code in PR #16095:
URL: https://github.com/apache/iceberg/pull/16095#discussion_r3143007501
##########
core/src/main/java/org/apache/iceberg/metrics/CommitMetricsResult.java:
##########
@@ -35,6 +35,7 @@ public interface CommitMetricsResult {
String ADDED_EQ_DELETE_FILES = "added-equality-delete-files";
String ADDED_POS_DELETE_FILES = "added-positional-delete-files";
String ADDED_DVS = "added-dvs";
+ String ADDED_PUFFIN_FILES = "added-puffin-files";
Review Comment:
renamed it to added-dv-files
--
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]