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 74ce9ee  Deployed 349e8e304 with MkDocs version: 1.0.4
74ce9ee is described below

commit 74ce9eeb7f6ebdf47fe40f9c2221903c494fded7
Author: Ryan Blue <[email protected]>
AuthorDate: Tue Jul 14 16:02:49 2020 -0800

    Deployed 349e8e304 with MkDocs version: 1.0.4
---
 configuration/index.html |   6 ++----
 index.html               |   2 +-
 sitemap.xml.gz           | Bin 225 -> 225 bytes
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/configuration/index.html b/configuration/index.html
index 69fa53f..b19196a 100644
--- a/configuration/index.html
+++ b/configuration/index.html
@@ -621,9 +621,8 @@
 <p>Spark read options are passed when configuring the DataFrameReader, like 
this:</p>
 <pre><code class="scala">// time travel
 spark.read
-    .format(&quot;iceberg&quot;)
     .option(&quot;snapshot-id&quot;, 10963874102873L)
-    .load(&quot;db.table&quot;)
+    .table(&quot;catalog.db.table&quot;)
 </code></pre>
 
 <table>
@@ -666,9 +665,8 @@ spark.read
 <p>Spark write options are passed when configuring the DataFrameWriter, like 
this:</p>
 <pre><code class="scala">// write with Avro instead of Parquet
 df.write
-    .format(&quot;iceberg&quot;)
     .option(&quot;write-format&quot;, &quot;avro&quot;)
-    .save(&quot;db.table&quot;)
+    .insertInto(&quot;catalog.db.table&quot;)
 </code></pre>
 
 <table>
diff --git a/index.html b/index.html
index 4031557..56a0d51 100644
--- a/index.html
+++ b/index.html
@@ -460,5 +460,5 @@
 
 <!--
 MkDocs version : 1.0.4
-Build Date UTC : 2020-07-15 00:00:54
+Build Date UTC : 2020-07-15 00:02:49
 -->
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index f19cdb3..755f683 100644
Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ

Reply via email to