This is an automated email from the ASF dual-hosted git repository.

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new bd526a1ad6 Docs: Update spec about statistics file snapshot id (#6267)
bd526a1ad6 is described below

commit bd526a1ad698d7e181b98c866b7669acb5b6c9bb
Author: Ajantha Bhat <[email protected]>
AuthorDate: Mon Dec 19 05:38:27 2022 +0530

    Docs: Update spec about statistics file snapshot id (#6267)
---
 format/spec.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/format/spec.md b/format/spec.md
index 56abfc6a73..ddc594a932 100644
--- a/format/spec.md
+++ b/format/spec.md
@@ -684,7 +684,7 @@ Statistics files metadata within `statistics` table 
metadata field is a struct w
 
 | v1 | v2 | Field name | Type | Description |
 |----|----|------------|------|-------------|
-| _required_ | _required_ | **`snapshot-id`** | `string` | ID of the Iceberg 
table's snapshot the statistics were computed from. |
+| _required_ | _required_ | **`snapshot-id`** | `string` | ID of the Iceberg 
table's snapshot the statistics file is associated with. |
 | _required_ | _required_ | **`statistics-path`** | `string` | Path of the 
statistics file. See [Puffin file format](../puffin-spec). |
 | _required_ | _required_ | **`file-size-in-bytes`** | `long` | Size of the 
statistics file. |
 | _required_ | _required_ | **`file-footer-size-in-bytes`** | `long` | Total 
size of the statistics file's footer (not the footer payload size). See [Puffin 
file format](../puffin-spec) for footer definition. |

Reply via email to