From 1d3265a9d378820fd8e41a39cdb72efc43a94432 Mon Sep 17 00:00:00 2001 From: Daniel Carl Jones Date: Thu, 16 Apr 2026 21:44:51 +0100 Subject: [PATCH] Spec: Clarify record-related snapshot summaries refer to physical layout --- format/spec.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/format/spec.md b/format/spec.md index 0d3c79762c6c..93af4a8c9c0c 100644 --- a/format/spec.md +++ b/format/spec.md @@ -1794,9 +1794,9 @@ Snapshot summary can include metrics fields to track numeric stats of the snapsh | **`removed-dvs`** | Number of deletion vectors removed in the snapshot | | **`removed-delete-files`** | Number of positional/equality delete files and deletion vectors removed in the snapshot | | **`total-delete-files`** | Total number of live positional/equality delete files and deletion vectors in the snapshot | -| **`added-records`** | Number of records added in the snapshot | -| **`deleted-records`** | Number of records deleted in the snapshot | -| **`total-records`** | Total number of records in the snapshot | +| **`added-records`** | Number of physical records added by data files added in the snapshot | +| **`deleted-records`** | Number of physical records removed by data files removed in the snapshot | +| **`total-records`** | Total number of physical records present in data files in the snapshot | | **`added-files-size`** | The size of files added in the snapshot | | **`removed-files-size`** | The size of files removed in the snapshot | | **`total-files-size`** | Total size of live files in the snapshot |