You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by cw...@apache.org on 2021/08/19 22:15:22 UTC

[iceberg] branch asf-site updated: Deployed 4b0e6780 with MkDocs version: 1.2.2

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

cws 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 48b8764  Deployed 4b0e6780 with MkDocs version: 1.2.2
48b8764 is described below

commit 48b87641e94a9924521707dbcaa2545ee8e09e06
Author: Carl W. Steinbach <cw...@apache.org>
AuthorDate: Thu Aug 19 15:15:08 2021 -0700

    Deployed 4b0e6780 with MkDocs version: 1.2.2
---
 releases/index.html |  56 ++++++++++++++++++++++++++++++++++------------------
 sitemap.xml.gz      | Bin 482 -> 482 bytes
 2 files changed, 37 insertions(+), 19 deletions(-)

diff --git a/releases/index.html b/releases/index.html
index d2bc67e..fb33310 100644
--- a/releases/index.html
+++ b/releases/index.html
@@ -508,9 +508,9 @@
 </code></pre>
 <h2 id="0120-release-notes">0.12.0 Release Notes<a class="headerlink" href="#0120-release-notes" title="Permanent link">&para;</a></h2>
 <p>Apache Iceberg 0.12.0 was released on August 15, 2021. It consists of 395 commits authored by 74 contributors over a 139 day period.</p>
-<p>High-level features:</p>
+<p><strong>High-level features:</strong></p>
 <ul>
-<li><strong>Core</strong></li>
+<li><strong>Core</strong><ul>
 <li>Allow Iceberg schemas to specify one or more columns as row identifers [<a href="https://github.com/apache/iceberg/pull/2465">#2465</a>]. Note that this is a prerequisite for supporting upserts in Flink.</li>
 <li>Added JDBC [<a href="https://github.com/apache/iceberg/pull/1870">#1870</a>] and DynamoDB [<a href="https://github.com/apache/iceberg/pull/2688">#2688</a>] catalog implementations.</li>
 <li>Added predicate pushdown for partitions and files metadata tables [<a href="https://github.com/apache/iceberg/pull/2358">#2358</a>, <a href="https://github.com/apache/iceberg/pull/2926">#2926</a>].</li>
@@ -518,55 +518,73 @@
 <li>Added the ability to upgrade to v2 or create a v2 table using the table property format-version=2  [<a href="https://github.com/apache/iceberg/pull/2887">#2887</a>].</li>
 <li>Added support for nulls in StructLike collections [<a href="https://github.com/apache/iceberg/pull/2929">#2929</a>].</li>
 <li>Added <code>key_metadata</code> field to manifest lists for encryption [<a href="https://github.com/apache/iceberg/pull/2675">#2675</a>].</li>
-<li><strong>Flink</strong></li>
+</ul>
+</li>
+<li><strong>Flink</strong><ul>
 <li>Added support for SQL primary keys [<a href="https://github.com/apache/iceberg/pull/2410">#2410</a>].</li>
-<li><strong>Hive</strong></li>
+</ul>
+</li>
+<li><strong>Hive</strong><ul>
 <li>Added the ability to set the catalog at the table level in the Hive Metastore. This makes it possible to write queries that reference tables from multiple catalogs [<a href="https://github.com/apache/iceberg/pull/2129">#2129</a>].</li>
 <li>As a result of [<a href="https://github.com/apache/iceberg/pull/2129">#2129</a>], deprecated the configuration property <code>iceberg.mr.catalog</code> which was previously used to configure the Iceberg catalog in MapReduce and Hive [<a href="https://github.com/apache/iceberg/pull/2565">#2565</a>].</li>
 <li>Added table-level JVM lock on commits[<a href="https://github.com/apache/iceberg/pull/2547">#2547</a>].</li>
 <li>Added support for Hive&rsquo;s vectorized ORC reader [<a href="https://github.com/apache/iceberg/pull/2613">#2613</a>].</li>
-<li><strong>Spark</strong></li>
-<li>Added SET and DROP IDENTIFIER FIELDS to ALTER TABLE&rdquo; so people don&rsquo;t have to look up the DDL [<a href="https://github.com/apache/iceberg/pull/2560">#2560</a>].</li>
+</ul>
+</li>
+<li><strong>Spark</strong><ul>
+<li>Added <code>SET</code> and <code>DROP IDENTIFIER FIELDS</code> clauses to <code>ALTER TABLE</code> so people don&rsquo;t have to look up the DDL [<a href="https://github.com/apache/iceberg/pull/2560">#2560</a>].</li>
 <li>Added support for <code>ALTER TABLE REPLACE PARTITION FIELD</code> DDL [<a href="https://github.com/apache/iceberg/pull/2365">#2365</a>].</li>
 <li>Added support for micro-batch streaming reads for structured streaming in Spark3 [<a href="https://github.com/apache/iceberg/pull/2660">#2660</a>].</li>
 <li>Improved the performance of importing a Hive table by not loading all partitions from Hive and instead pushing the partition filter to the Metastore [<a href="https://github.com/apache/iceberg/pull/2777">#2777</a>].</li>
-<li>Added support for UPDATE statements in Spark [<a href="https://github.com/apache/iceberg/pull/2193">#2193</a>, <a href="https://github.com/apache/iceberg/pull/2206">#2206</a>].</li>
+<li>Added support for <code>UPDATE</code> statements in Spark [<a href="https://github.com/apache/iceberg/pull/2193">#2193</a>, <a href="https://github.com/apache/iceberg/pull/2206">#2206</a>].</li>
 <li>Added support for Spark 3.1 [<a href="">#2512</a>].</li>
-<li>Added <code>RemoveReachableFiles action</code> [[#2415](https://github.com/apache/iceberg/pull/2415].</li>
+<li>Added <code>RemoveReachableFiles</code> action [<a href="https://github.com/apache/iceberg/pull/2415">#2415</a>].</li>
 <li>Added <code>add_files</code> stored procedure [<a href="https://github.com/apache/iceberg/pull/2210">#2210</a>].</li>
-<li>Refactored Actions API and added a new entry point (need to find the ref)</li>
+<li>Refactored Actions API and added a new entry point.</li>
 <li>Added support for Hadoop configuration overrides [<a href="https://github.com/apache/iceberg/pull/2922">#2922</a>].</li>
-<li>Added support for the Timestamp without Timezone type in Spark [<a href="https://github.com/apache/iceberg/pull/2757">#2757</a>].</li>
+<li>Added support for the <code>TIMESTAMP WITHOUT TIMEZONE</code> type in Spark [<a href="https://github.com/apache/iceberg/pull/2757">#2757</a>].</li>
 <li>Added validation that files referenced by row-level deletes are not concurrently rewritten [<a href="https://github.com/apache/iceberg/pull/2308">#2308</a>].</li>
 </ul>
-<p>Important bug fixes:</p>
+</li>
+</ul>
+<p><strong>Important bug fixes:</strong></p>
 <ul>
-<li><strong>Core</strong></li>
+<li><strong>Core</strong><ul>
 <li>Fixed string bucketing with non-BMP characters [<a href="https://github.com/apache/iceberg/pull/2849">#2849</a>].</li>
 <li>Fixed Parquet dictionary filtering with fixed-length byte arrays and decimals [<a href="https://github.com/apache/iceberg/pull/2551">#2551</a>].</li>
 <li>Fixed a problem with the configuration of HiveCatalog [<a href="https://github.com/apache/iceberg/pull/2550">#2550</a>].</li>
 <li>Fixed partition field IDs in table replacement [<a href="https://github.com/apache/iceberg/pull/2906">#2906</a>].</li>
-<li><strong>Hive</strong></li>
+</ul>
+</li>
+<li><strong>Hive</strong><ul>
 <li>Enabled dropping HMS tables even if the metadata on disk gets corrupted [<a href="https://github.com/apache/iceberg/pull/2583">#2583</a>].</li>
-<li><strong>Parquet</strong></li>
+</ul>
+</li>
+<li><strong>Parquet</strong><ul>
 <li>Fixed Parquet row group filters when types are promoted from <code>int</code> to <code>long</code> or from <code>float</code> to <code>double</code> [<a href="https://github.com/apache/iceberg/pull/2232">#2232</a>]</li>
-<li><strong>Spark</strong></li>
+</ul>
+</li>
+<li><strong>Spark</strong><ul>
 <li>Fixed <code>MERGE INTO</code> in Spark when used with <code>SinglePartition</code> partitioning [<a href="https://github.com/apache/iceberg/pull/2584">#2584</a>].</li>
 <li>Fixed nested struct pruning in Spark [<a href="https://github.com/apache/iceberg/pull/2877">#2877</a>].</li>
 <li>Fixed NaN handling for float and double metrics [<a href="https://github.com/apache/iceberg/pull/2464">#2464</a>].</li>
 <li>Fixed Kryo serialization for data and delete files [<a href="https://github.com/apache/iceberg/pull/2343">#2343</a>].</li>
 </ul>
-<p>Other notable changes:</p>
+</li>
+</ul>
+<p><strong>Other notable changes:</strong></p>
 <ul>
 <li>The Iceberg Community <a href="https://mail-archives.apache.org/mod_mbox/iceberg-dev/202107.mbox/%3cCAMwmD1-k1gnShK=wQ0PD88it6cg9mY7Y1hKHjDZ7L-jcDzpyZA@mail.gmail.com%3e">voted to approve</a> version 2 of the Apache Iceberg Format Specification. The differences between version 1 and 2 of the specification are documented <a href="https://iceberg.apache.org/spec/#version-2">here</a>.</li>
-<li>Bugfixes and stability improvements for NessieCatalog</li>
-<li>Improvements and fixes for Iceberg&rsquo;s Python library</li>
+<li>Bugfixes and stability improvements for NessieCatalog.</li>
+<li>Improvements and fixes for Iceberg&rsquo;s Python library.</li>
 <li>Added a vectorized reader for Apache Arrow [<a href="https://github.com/apache/iceberg/pull/2286">#2286</a>].</li>
-<li>The following Iceberg dependencies were upgraded:</li>
+<li>The following Iceberg dependencies were upgraded:<ul>
 <li>Hive 2.3.8 [<a href="https://github.com/apache/iceberg/pull/2110">#2110</a>].</li>
 <li>Avro 1.10.1 [<a href="https://github.com/apache/iceberg/pull/1648">#1648</a>].</li>
 <li>Parquet 1.12.0 [<a href="https://github.com/apache/iceberg/pull/2441">#2441</a>].</li>
 </ul>
+</li>
+</ul>
 <h2 id="past-releases">Past releases<a class="headerlink" href="#past-releases" title="Permanent link">&para;</a></h2>
 <h3 id="0111">0.11.1<a class="headerlink" href="#0111" title="Permanent link">&para;</a></h3>
 <ul>
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index 86154f4..0d87b7a 100644
Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ