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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 5142f49268 Publish built docs triggered by 
0088c28254ea7ab1fae66b5f1bfcc66e0c9aa7a7
5142f49268 is described below

commit 5142f49268a4221e56d312b84b67d32555b14a52
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 8 20:32:18 2024 +0000

    Publish built docs triggered by 0088c28254ea7ab1fae66b5f1bfcc66e0c9aa7a7
---
 _sources/user-guide/sql/dml.md.txt | 3 +--
 user-guide/sql/dml.html            | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/_sources/user-guide/sql/dml.md.txt 
b/_sources/user-guide/sql/dml.md.txt
index 666e86b460..42e0c8054c 100644
--- a/_sources/user-guide/sql/dml.md.txt
+++ b/_sources/user-guide/sql/dml.md.txt
@@ -44,8 +44,7 @@ separate hive-style directories.
 The output format is determined by the first match of the following rules:
 
 1. Value of `STORED AS`
-2. Value of the `OPTION (FORMAT ..)`
-3. Filename extension (e.g. `foo.parquet` implies `PARQUET` format)
+2. Filename extension (e.g. `foo.parquet` implies `PARQUET` format)
 
 For a detailed list of valid OPTIONS, see [Write Options](write_options).
 
diff --git a/user-guide/sql/dml.html b/user-guide/sql/dml.html
index 305596cbf5..aad9db14f9 100644
--- a/user-guide/sql/dml.html
+++ b/user-guide/sql/dml.html
@@ -449,7 +449,6 @@ separate hive-style directories.</p>
 <p>The output format is determined by the first match of the following 
rules:</p>
 <ol class="arabic simple">
 <li><p>Value of <code class="docutils literal notranslate"><span 
class="pre">STORED</span> <span class="pre">AS</span></code></p></li>
-<li><p>Value of the <code class="docutils literal notranslate"><span 
class="pre">OPTION</span> <span class="pre">(FORMAT</span> <span 
class="pre">..)</span></code></p></li>
 <li><p>Filename extension (e.g. <code class="docutils literal 
notranslate"><span class="pre">foo.parquet</span></code> implies <code 
class="docutils literal notranslate"><span class="pre">PARQUET</span></code> 
format)</p></li>
 </ol>
 <p>For a detailed list of valid OPTIONS, see <a class="reference internal" 
href="write_options.html"><span class="doc std std-doc">Write 
Options</span></a>.</p>

Reply via email to