nastra commented on code in PR #13238: URL: https://github.com/apache/iceberg/pull/13238#discussion_r2222092566
########## 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 | Review Comment: ```suggestion | **`manifests-created`** | Number of manifest files created in the snapshot | ``` -- 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]
