tustvold commented on code in PR #8539:
URL: https://github.com/apache/arrow-datafusion/pull/8539#discussion_r1426830251


##########
docs/source/user-guide/sql/write_options.md:
##########
@@ -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 |

Review Comment:
   The only valid INSERT_MODE is append_new_files so we might as well remove 
this from the documentation



-- 
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]

Reply via email to