From bb094a49671464d979812af7d4ab65cfc1918989 Mon Sep 17 00:00:00 2001 From: Piotr Findeisen Date: Thu, 5 May 2022 14:31:44 +0200 Subject: [PATCH 1/2] Fix typo --- landing-page/content/common/spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landing-page/content/common/spec.md b/landing-page/content/common/spec.md index b34aafa3e..ce62d1e06 100644 --- a/landing-page/content/common/spec.md +++ b/landing-page/content/common/spec.md @@ -471,7 +471,7 @@ A snapshot consists of the following fields: | _optional_ | _optional_ | **`parent-snapshot-id`** | The snapshot ID of the snapshot's parent. Omitted for any snapshot with no parent | | | _required_ | **`sequence-number`** | A monotonically increasing long that tracks the order of changes to a table | | _required_ | _required_ | **`timestamp-ms`** | A timestamp when the snapshot was created, used for garbage collection and table inspection | -| _optional_ | _required_ | **`manifest-list`** | The location of a manifest list for this snapshot that tracks manifest files with additional meadata | +| _optional_ | _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_ | **`summary`** | A string map that summarizes the snapshot changes, including `operation` (see below) | | _optional_ | _optional_ | **`schema-id`** | ID of the table's current schema when the snapshot was created | From d0757227c650c977dde836d4aec4c52d4aa4c175 Mon Sep 17 00:00:00 2001 From: Piotr Findeisen Date: Thu, 5 May 2022 14:48:23 +0200 Subject: [PATCH 2/2] Add newline at the end of file Some editors implicitly add that. Committing such a change frees future contributors from having to skip an implicit change when composing a commit. --- landing-page/content/common/spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landing-page/content/common/spec.md b/landing-page/content/common/spec.md index ce62d1e06..dd008bf4e 100644 --- a/landing-page/content/common/spec.md +++ b/landing-page/content/common/spec.md @@ -1162,4 +1162,4 @@ Writing v2 metadata: * `file_ordinal` was removed * `sort_columns` was removed -Note that these requirements apply when writing data to a v2 table. Tables that are upgraded from v1 may contain metadata that does not follow these requirements. Implementations should remain backward-compatible with v1 metadata requirements. \ No newline at end of file +Note that these requirements apply when writing data to a v2 table. Tables that are upgraded from v1 may contain metadata that does not follow these requirements. Implementations should remain backward-compatible with v1 metadata requirements.