singhpk234 commented on code in PR #16095:
URL: https://github.com/apache/iceberg/pull/16095#discussion_r3140700316


##########
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:
   puffin container is used for stats tracking too, if we just want puffin 
files for DV then may be `added-dv-files` a better name



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