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 b9faea0407 Publish built docs triggered by 
a971f1e7e379f5efe9fa3a5839c36ca2d797e201
b9faea0407 is described below

commit b9faea0407fdb00b267783f38b05890fad69dc2f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 14 17:50:27 2023 +0000

    Publish built docs triggered by a971f1e7e379f5efe9fa3a5839c36ca2d797e201
---
 _sources/user-guide/sql/write_options.md.txt | 8 +++-----
 searchindex.js                               | 2 +-
 user-guide/sql/write_options.html            | 8 --------
 3 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/_sources/user-guide/sql/write_options.md.txt 
b/_sources/user-guide/sql/write_options.md.txt
index 941484e84e..94adee9609 100644
--- a/_sources/user-guide/sql/write_options.md.txt
+++ b/_sources/user-guide/sql/write_options.md.txt
@@ -78,11 +78,9 @@ The following special options are specific to the `COPY` 
command.
 
 The following special options are specific to creating an external table.
 
-| Option            | Description                                              
                                                                                
                                                                                
                  | Default Value                                               
                 |
-| ----------------- | 
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 | ---------------------------------------------------------------------------- 
|
-| SINGLE_FILE       | If true, indicates that this external table is backed by 
a single file. INSERT INTO queries will append to this file.                    
                                                                                
                  | false                                                       
                 |
-| CREATE_LOCAL_PATH | If true, the folder or file backing this table will be 
created on the local file system if it does not already exist when running 
INSERT INTO queries.                                                            
                         | false                                                
                        |
-| INSERT_MODE       | Determines if INSERT INTO queries should append to 
existing files or append new files to an existing directory. Valid values are 
append_to_file, append_new_files, and error. Note that "error" will block 
inserting data into this table. | CSV and JSON default to append_to_file. 
Parquet defaults to append_new_files |
+| Option      | Description                                                    
                                                       | Default Value |
+| ----------- | 
---------------------------------------------------------------------------------------------------------------------
 | ------------- |
+| SINGLE_FILE | If true, indicates that this external table is backed by a 
single file. INSERT INTO queries will append to this file. | false         |
 
 ### JSON Format Specific Options
 
diff --git a/searchindex.js b/searchindex.js
index 542c7ba876..b854c3375f 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["contributor-guide/architecture", 
"contributor-guide/communication", "contributor-guide/index", 
"contributor-guide/quarterly_roadmap", "contributor-guide/roadmap", 
"contributor-guide/specification/index", 
"contributor-guide/specification/invariants", 
"contributor-guide/specification/output-field-name-semantic", "index", 
"library-user-guide/adding-udfs", "library-user-guide/building-logical-plans", 
"library-user-guide/catalogs", "library-user-guide/custom-tab [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["contributor-guide/architecture", 
"contributor-guide/communication", "contributor-guide/index", 
"contributor-guide/quarterly_roadmap", "contributor-guide/roadmap", 
"contributor-guide/specification/index", 
"contributor-guide/specification/invariants", 
"contributor-guide/specification/output-field-name-semantic", "index", 
"library-user-guide/adding-udfs", "library-user-guide/building-logical-plans", 
"library-user-guide/catalogs", "library-user-guide/custom-tab [...]
\ No newline at end of file
diff --git a/user-guide/sql/write_options.html 
b/user-guide/sql/write_options.html
index 61aff3859e..745b866ec0 100644
--- a/user-guide/sql/write_options.html
+++ b/user-guide/sql/write_options.html
@@ -513,14 +513,6 @@
 <td><p>If true, indicates that this external table is backed by a single file. 
INSERT INTO queries will append to this file.</p></td>
 <td><p>false</p></td>
 </tr>
-<tr class="row-odd"><td><p>CREATE_LOCAL_PATH</p></td>
-<td><p>If true, the folder or file backing this table will be created on the 
local file system if it does not already exist when running INSERT INTO 
queries.</p></td>
-<td><p>false</p></td>
-</tr>
-<tr class="row-even"><td><p>INSERT_MODE</p></td>
-<td><p>Determines if INSERT INTO queries should append to existing files or 
append new files to an existing directory. Valid values are append_to_file, 
append_new_files, and error. Note that “error” will block inserting data into 
this table.</p></td>
-<td><p>CSV and JSON default to append_to_file. Parquet defaults to 
append_new_files</p></td>
-</tr>
 </tbody>
 </table>
 </section>

Reply via email to