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 c06ebe2a3a Docs: Remove parent-version-id from the view spec example
(#6234)
c06ebe2a3a is described below
commit c06ebe2a3a7dd93e8ea554419fced892ec4ecce7
Author: Ajantha Bhat <[email protected]>
AuthorDate: Mon Dec 19 05:31:28 2022 +0530
Docs: Remove parent-version-id from the view spec example (#6234)
---
format/view-spec.md | 3 ---
1 file changed, 3 deletions(-)
diff --git a/format/view-spec.md b/format/view-spec.md
index c2ae5c0cec..c3a7d8410d 100644
--- a/format/view-spec.md
+++ b/format/view-spec.md
@@ -145,7 +145,6 @@ The metadata directory contains View Version Metadata
files. The text after '=>'
},
"versions" : [ { => Last few versions of the view.
"version-id" : 1,
- "parent-version-id" : -1,
"timestamp-ms" : 1573518431292,
"summary" : {
"operation" : "create", => View operation that caused this metadata to
be created
@@ -197,7 +196,6 @@ The Iceberg / view library creates a new metadata JSON file
every time the view
},
"versions" : [ {
"version-id" : 1,
- "parent-version-id" : -1,
"timestamp-ms" : 1573518431292,
"summary" : {
"operation" : "create",
@@ -214,7 +212,6 @@ The Iceberg / view library creates a new metadata JSON file
every time the view
"properties" : { }
}, {
"version-id" : 2,
- "parent-version-id" : 1, => Version 2 was created on top of version 1,
making parent-version-id 1
"timestamp-ms" : 1573518440265,
"summary" : {
"operation" : "replace", => The ‘replace’ operation caused this latest
version creation