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 daad8d1 Deployed 349e8e304 with MkDocs version: 1.0.4
daad8d1 is described below
commit daad8d17c329841b3644965a119fb7b05c91a4fa
Author: Ryan Blue <[email protected]>
AuthorDate: Tue Jul 14 16:15:47 2020 -0800
Deployed 349e8e304 with MkDocs version: 1.0.4
---
index.html | 2 +-
sitemap.xml.gz | Bin 225 -> 225 bytes
spark/index.html | 4 ++--
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/index.html b/index.html
index 99e34d9..0802de4 100644
--- a/index.html
+++ b/index.html
@@ -460,5 +460,5 @@
<!--
MkDocs version : 1.0.4
-Build Date UTC : 2020-07-15 00:14:07
+Build Date UTC : 2020-07-15 00:15:47
-->
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index 24d7d71..b3daa55 100644
Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ
diff --git a/spark/index.html b/spark/index.html
index aae18be..d582668 100644
--- a/spark/index.html
+++ b/spark/index.html
@@ -728,8 +728,8 @@ spark.sql("""select count(1) from
table""").show()
<p>The partitions that will be replaced by <code>INSERT OVERWRITE</code>
depends on Spark’s partition overwrite mode and the partitioning of a
table.</p>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
-<p>Spark 3.0.0 has a correctness bug that affects dynamic <code>INSERT
OVERWRITE</code> with <a href="../partitioning">hidden partitioning</a>, <a
href="https://issues.apache.org/jira/browse/SPARK-32168">SPARK-32168</a>.
-For tables with hidden partitions, wait for Spark 3.0.1.</p>
+<p>Spark 3.0.0 has a correctness bug that affects dynamic <code>INSERT
OVERWRITE</code> with hidden partitioning, <a
href="https://issues.apache.org/jira/browse/SPARK-32168">SPARK-32168</a>.
+For tables with <a href="../partitioning">hidden partitions</a>, wait for
Spark 3.0.1.</p>
</div>
<h4 id="overwrite-behavior">Overwrite behavior<a class="headerlink"
href="#overwrite-behavior" title="Permanent link">¶</a></h4>
<p>Spark’s default overwrite mode is <strong>static</strong>, but
<strong>dynamic overwrite mode is recommended when writing to Iceberg
tables.</strong> Static overwrite mode determines which partitions to overwrite
in a table by converting the <code>PARTITION</code> clause to a filter, but the
<code>PARTITION</code> clause can only reference table columns.</p>