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 d1858fb Deployed 369c32dc4 with MkDocs version: 1.0.4
d1858fb is described below
commit d1858fbfaea4a8e472bcdfb27abf345c15538a6e
Author: Ryan Blue <[email protected]>
AuthorDate: Tue Jul 14 16:44:33 2020 -0800
Deployed 369c32dc4 with MkDocs version: 1.0.4
---
index.html | 2 +-
sitemap.xml.gz | Bin 228 -> 228 bytes
spark/index.html | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index b5bab99..f0e7d91 100644
--- a/index.html
+++ b/index.html
@@ -460,5 +460,5 @@
<!--
MkDocs version : 1.0.4
-Build Date UTC : 2020-07-15 00:26:06
+Build Date UTC : 2020-07-15 00:44:33
-->
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index 5582fba..926d322 100644
Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ
diff --git a/spark/index.html b/spark/index.html
index 10ac2b7..c35d698 100644
--- a/spark/index.html
+++ b/spark/index.html
@@ -534,7 +534,7 @@ spark.sql.catalog.spark_catalog.type = hive
<h2 id="ddl-commands">DDL commands<a class="headerlink" href="#ddl-commands"
title="Permanent link">¶</a></h2>
<div class="admonition note">
<p class="admonition-title">Note</p>
-<p>Spark 2.4 can’t create Iceberg tables with DDL, instead use the <a
href="../api-quickstart">Iceberg API</a>.</p>
+<p>Spark 2.4 can’t create Iceberg tables with DDL, instead use the <a
href="../java-api-quickstart">Iceberg API</a>.</p>
</div>
<h3 id="create-table"><code>CREATE TABLE</code><a class="headerlink"
href="#create-table" title="Permanent link">¶</a></h3>
<p>Spark 3.0 can create tables in any Iceberg catalog with the clause
<code>USING iceberg</code>:</p>