manuzhang commented on code in PR #13238:
URL: https://github.com/apache/iceberg/pull/13238#discussion_r2126561218


##########
format/spec.md:
##########
@@ -1826,6 +1826,10 @@ Snapshot summary can include metrics fields to track 
numeric stats of the snapsh
 | **`total-equality-deletes`**        | Total number of equality delete 
records in the snapshot                                          |
 | **`deleted-duplicate-files`**       | Number of duplicate files deleted 
(duplicates are files recorded more than once in the manifest) |
 | **`changed-partition-count`**       | Number of partitions with files added 
or removed in the snapshot                                 |
+| **`manifests-created`**             | Number of manifest files created in 
the snapshot                                                |
+| **`manifests-kept`**                | Number of manifest files kept in the 
snapshot                                                |
+| **`manifests-replaced`**            | Number of manifest files replaced in 
the snapshot                                                |
+| **`entries-processed`**             | Number of manifest entries processed 
in the snapshot                                            | 

Review Comment:
   Actually, I aligned them locally, but it looks they are not. I don't think 
it's worth the effort.



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

Reply via email to