Skip to content

Commit 39a69f5

Browse files
Update docs (#14002)
1 parent 98cb948 commit 39a69f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/user-guide/sql/write_options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ CREATE EXTERNAL TABLE
3838
my_table(a bigint, b bigint)
3939
STORED AS csv
4040
COMPRESSION TYPE gzip
41-
DELIMITER ';'
4241
LOCATION '/test/location/my_csv_table/'
4342
OPTIONS(
4443
NULL_VALUE 'NAN',
45-
'has_header' 'true'
44+
'has_header' 'true',
45+
'format.delimiter' ';'
4646
)
4747
```
4848

0 commit comments

Comments
 (0)