This is an automated email from the ASF dual-hosted git repository.
jackye 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 9208cb2e5e Doc: Fix example view JSON format for view spec (#6558)
9208cb2e5e is described below
commit 9208cb2e5e44623ebe3adb587a665dcca8604879
Author: Mingliang Liu <[email protected]>
AuthorDate: Thu Jan 12 15:49:40 2023 -0800
Doc: Fix example view JSON format for view spec (#6558)
---
format/view-spec.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/format/view-spec.md b/format/view-spec.md
index c3a7d8410d..5490a7b256 100644
--- a/format/view-spec.md
+++ b/format/view-spec.md
@@ -148,7 +148,7 @@ The metadata directory contains View Version Metadata
files. The text after '=>'
"timestamp-ms" : 1573518431292,
"summary" : {
"operation" : "create", => View operation that caused this metadata to
be created
- "engineVersion" : "presto-350", => Version of the engine that performed
the operation (create / replace)
+ "engineVersion" : "presto-350" => Version of the engine that performed
the operation (create / replace)
},
"representations" : [ { => SQL metadata of the view
"type" : "sql",
@@ -157,7 +157,7 @@ The metadata directory contains View Version Metadata
files. The text after '=>'
"schema-id" : 1,
"default-catalog" : "iceberg",
"default-namespace" : [ "anorwood" ]
- } ],
+ } ]
} ],
"version-log" : [ { => Log of the created versions
"timestamp-ms" : 1573518431292,
@@ -199,7 +199,7 @@ The Iceberg / view library creates a new metadata JSON file
every time the view
"timestamp-ms" : 1573518431292,
"summary" : {
"operation" : "create",
- "engineVersion" : "presto-350",
+ "engineVersion" : "presto-350"
},
"representations" : [ {
"type" : "sql",
@@ -215,7 +215,7 @@ The Iceberg / view library creates a new metadata JSON file
every time the view
"timestamp-ms" : 1573518440265,
"summary" : {
"operation" : "replace", => The ‘replace’ operation caused this latest
version creation
- "engineVersion" : "spark-2.4.4",
+ "engineVersion" : "spark-2.4.4"
},
"representations" : [ {
"type" : "sql",
@@ -224,7 +224,7 @@ The Iceberg / view library creates a new metadata JSON file
every time the view
"schema-id" : 2,
"default-catalog" : "iceberg",
"default-namespace" : [ "anorwood" ]
- },
+ } ]
} ],
"version-log" : [ {
"timestamp-ms" : 1573518431292,