This is an automated email from the ASF dual-hosted git repository.
russellspitzer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 82a2362afc DOCS: Explicitly specify `operation` as a _required_ field
of `summary` field (#11355)
82a2362afc is described below
commit 82a2362afce28bb2c8a390aadf6babca2d731822
Author: Sung Yun <[email protected]>
AuthorDate: Fri Nov 8 16:39:30 2024 -0500
DOCS: Explicitly specify `operation` as a _required_ field of `summary`
field (#11355)
---
format/spec.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/format/spec.md b/format/spec.md
index bdc328451c..c9a5f71510 100644
--- a/format/spec.md
+++ b/format/spec.md
@@ -661,7 +661,7 @@ A snapshot consists of the following fields:
| _required_ | _required_ | _required_ | **`timestamp-ms`** | A
timestamp when the snapshot was created, used for garbage collection and table
inspection |
| _optional_ | _required_ | _required_ | **`manifest-list`** | The
location of a manifest list for this snapshot that tracks manifest files with
additional metadata |
| _optional_ | | | **`manifests`** | A list
of manifest file locations. Must be omitted if `manifest-list` is present
|
-| _optional_ | _required_ | _required_ | **`summary`** | A
string map that summarizes the snapshot changes, including `operation` (see
below) |
+| _optional_ | _required_ | _required_ | **`summary`** | A
string map that summarizes the snapshot changes, including `operation` as a
_required_ field (see below) |
| _optional_ | _optional_ | _optional_ | **`schema-id`** | ID of
the table's current schema when the snapshot was created
|
| | | _optional_ | **`first-row-id`** | The
first `_row_id` assigned to the first row in the first data file in the first
manifest, see [Row Lineage](#row-lineage) |