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


##########
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:
   ```suggestion
   | **`entries-processed`**             | Number of manifest entries processed 
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]

Reply via email to