You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2019/07/06 20:08:25 UTC

[incubator-iceberg] 05/06: Deployed adb364f5 with MkDocs version: 1.0.4

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

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

commit a701f4812f87c5d032a78876ee738e836d0c9522
Author: Ryan Blue <bl...@apache.org>
AuthorDate: Sun Jun 23 12:17:58 2019 -0800

    Deployed adb364f5 with MkDocs version: 1.0.4
---
 index.html      |   2 +-
 sitemap.xml.gz  | Bin 202 -> 202 bytes
 spec/index.html |   3 +--
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/index.html b/index.html
index 9753b07..b4dc918 100644
--- a/index.html
+++ b/index.html
@@ -294,5 +294,5 @@
 
 <!--
 MkDocs version : 1.0.4
-Build Date UTC : 2019-06-23 20:11:18
+Build Date UTC : 2019-06-23 20:17:57
 -->
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index 758e476..7ac8a52 100644
Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ
diff --git a/spec/index.html b/spec/index.html
index ee9beb2..eaa8c09 100644
--- a/spec/index.html
+++ b/spec/index.html
@@ -148,7 +148,6 @@
                 
                 <li class="third-level"><a href="#terms">Terms</a></li>
                 <li class="third-level"><a href="#schemas-and-data-types">Schemas and Data Types</a></li>
-                <li class="third-level"><a href="#primitive-types">Primitive Types</a></li>
                 <li class="third-level"><a href="#schema-evolution">Schema Evolution</a></li>
             <li class="second-level"><a href="#partitioning">Partitioning</a></li>
                 
@@ -239,7 +238,7 @@
 <p>A <strong><code>struct</code></strong> is a tuple of typed values. Each field in the tuple is named and has an integer id that is unique in the table schema. Each field can be either optional or required, meaning that values can (or cannot) be null. Fields may be any type. Fields may have an optional comment or doc string.</p>
 <p>A <strong><code>list</code></strong> is a collection of values with some element type. The element field has an integer id that is unique in the table schema. Elements can be either optional or required. Element types may be any type.</p>
 <p>A <strong><code>map</code></strong> is a collection of key-value pairs with a key type and a value type. Both the key field and value field each have an integer id that is unique in the table schema. Map keys are required and map values can be either optional or required. Both map keys and map values may be any type, including nested types.</p>
-<h3 id="primitive-types">Primitive Types</h3>
+<h4 id="primitive-types">Primitive Types</h4>
 <table>
 <thead>
 <tr>