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 2021/08/01 18:30:50 UTC

[iceberg] branch asf-site updated: Deployed d612dc219 with MkDocs version: 1.2.1

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/iceberg.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new ba69532  Deployed d612dc219 with MkDocs version: 1.2.1
ba69532 is described below

commit ba6953229d1e83a7f9841d3a664fecb057641929
Author: Ryan Blue <bl...@apache.org>
AuthorDate: Sun Aug 1 11:30:41 2021 -0700

    Deployed d612dc219 with MkDocs version: 1.2.1
---
 blogs/index.html |   5 +++++
 sitemap.xml.gz   | Bin 482 -> 482 bytes
 spec/index.html  |   2 +-
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/blogs/index.html b/blogs/index.html
index 33c184d..4348bb5 100644
--- a/blogs/index.html
+++ b/blogs/index.html
@@ -418,6 +418,8 @@
                 
             <li class="second-level"><a href="#migrating-to-apache-iceberg-at-adobe-experience-platform">Migrating to Apache Iceberg at Adobe Experience Platform</a></li>
                 
+            <li class="second-level"><a href="#flink-iceberg-how-to-construct-a-whole-scenario-real-time-data-warehouse">Flink + Iceberg: How to Construct a Whole-scenario Real-time Data Warehouse</a></li>
+                
             <li class="second-level"><a href="#a-short-introduction-to-apache-iceberg">A Short Introduction to Apache Iceberg</a></li>
                 
             <li class="second-level"><a href="#taking-query-optimizations-to-the-next-level-with-iceberg">Taking Query Optimizations to the Next Level with Iceberg</a></li>
@@ -461,6 +463,9 @@
 <h3 id="migrating-to-apache-iceberg-at-adobe-experience-platform"><a href="https://medium.com/adobetech/migrating-to-apache-iceberg-at-adobe-experience-platform-40fa80f8b8de">Migrating to Apache Iceberg at Adobe Experience Platform</a><a class="headerlink" href="#migrating-to-apache-iceberg-at-adobe-experience-platform" title="Permanent link">&para;</a></h3>
 <p><strong>Date</strong>: Jun 17th, 2021, <strong>Company</strong>: Adobe</p>
 <p><strong>Author</strong>: <a href="https://www.linkedin.com/in/rominparekh/">Romin Parekh</a>, <a href="https://www.linkedin.com/in/miao-wang-0406a74/">Miao Wang</a>, <a href="https://www.linkedin.com/in/shonesadler/">Shone Sadler</a></p>
+<h3 id="flink-iceberg-how-to-construct-a-whole-scenario-real-time-data-warehouse"><a href="https://www.alibabacloud.com/blog/flink-%2B-iceberg-how-to-construct-a-whole-scenario-real-time-data-warehouse_597824">Flink + Iceberg: How to Construct a Whole-scenario Real-time Data Warehouse</a><a class="headerlink" href="#flink-iceberg-how-to-construct-a-whole-scenario-real-time-data-warehouse" title="Permanent link">&para;</a></h3>
+<p><strong>Date</strong>: Jun 8th, 2021, <strong>Company</strong>: Tencent</p>
+<p><strong>Author</strong> <a href="https://www.linkedin.com/in/shu-su-62944994/">Shu (Simon Su) Su</a></p>
 <h3 id="a-short-introduction-to-apache-iceberg"><a href="https://medium.com/expedia-group-tech/a-short-introduction-to-apache-iceberg-d34f628b6799">A Short Introduction to Apache Iceberg</a><a class="headerlink" href="#a-short-introduction-to-apache-iceberg" title="Permanent link">&para;</a></h3>
 <p><strong>Date</strong>: Jan 26th, 2021, <strong>Company</strong>: Expedia</p>
 <p><strong>Author</strong>: <a href="https://www.linkedin.com/in/christine-mathiesen-676a98159/">Christine Mathiesen</a></p>
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index b61611d..e79e699 100644
Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ
diff --git a/spec/index.html b/spec/index.html
index cce2ccd..2e5fbc3 100644
--- a/spec/index.html
+++ b/spec/index.html
@@ -479,7 +479,7 @@
 <h1 id="iceberg-table-spec">Iceberg Table Spec<a class="headerlink" href="#iceberg-table-spec" title="Permanent link">&para;</a></h1>
 <p>This is a specification for the Iceberg table format that is designed to manage a large, slow-changing collection of files in a distributed file system or key-value store as a table.</p>
 <h4 id="version-1-analytic-data-tables">Version 1: Analytic Data Tables<a class="headerlink" href="#version-1-analytic-data-tables" title="Permanent link">&para;</a></h4>
-<p><strong>Iceberg format version 1 is the current version</strong>. It defines how to manage large analytic tables using immutable file formats, like Parquet, Avro, and ORC.</p>
+<p><strong>Iceberg format version 1 is the current version</strong>. It defines how to manage large analytic tables using immutable file formats: Parquet, Avro, and ORC.</p>
 <h4 id="version-2-row-level-deletes">Version 2: Row-level Deletes<a class="headerlink" href="#version-2-row-level-deletes" title="Permanent link">&para;</a></h4>
 <p>The Iceberg community is currently working on version 2 of the Iceberg format that supports encoding row-level deletes. <strong>The v2 specification is incomplete and may change until it is finished and adopted.</strong> This document includes tentative v2 format requirements, but there are currently no compatibility guarantees with the unfinished v2 spec.</p>
 <p>The primary goal of version 2 is to provide a way to encode row-level deletes. This update can be used to delete or replace individual rows in an immutable data file without rewriting the file.</p>