tustvold commented on code in PR #8539:
URL: https://github.com/apache/arrow-datafusion/pull/8539#discussion_r1426828812
##########
docs/source/user-guide/sql/write_options.md:
##########
@@ -78,11 +78,10 @@ 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
|
+| 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 |
Review Comment:
It is my eventual goal to remove all of these
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]