alamb commented on code in PR #9931:
URL: https://github.com/apache/arrow-datafusion/pull/9931#discussion_r1550547488


##########
docs/source/user-guide/sql/write_options.md:
##########
@@ -35,15 +35,15 @@ If inserting to an external table, table specific write 
options can be specified
 
 ```sql
 CREATE EXTERNAL TABLE
-my_table(a bigint, b bigint)
-STORED AS csv
-COMPRESSION TYPE gzip
-WITH HEADER ROW
-DELIMITER ';'
-LOCATION '/test/location/my_csv_table/'
-OPTIONS(
-NULL_VALUE 'NAN'
-);
+  my_table(a bigint, b bigint)

Review Comment:
   I found the existing formatting hard to read, so I added some whitespace



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