manuzhang commented on code in PR #13238: URL: https://github.com/apache/iceberg/pull/13238#discussion_r2161315012
########## 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: I will try formatting with `markdownlint` as a follow-up. -- 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