This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 39a69f5206 Update docs (#14002)
39a69f5206 is described below
commit 39a69f520666a6c34bcad94d99f2cbd1bc60958f
Author: Matthew Turner <[email protected]>
AuthorDate: Sat Jan 4 09:43:16 2025 -0500
Update docs (#14002)
---
docs/source/user-guide/sql/write_options.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/source/user-guide/sql/write_options.md
b/docs/source/user-guide/sql/write_options.md
index 6fb4ef215f..521e294362 100644
--- a/docs/source/user-guide/sql/write_options.md
+++ b/docs/source/user-guide/sql/write_options.md
@@ -38,11 +38,11 @@ CREATE EXTERNAL TABLE
my_table(a bigint, b bigint)
STORED AS csv
COMPRESSION TYPE gzip
- DELIMITER ';'
LOCATION '/test/location/my_csv_table/'
OPTIONS(
NULL_VALUE 'NAN',
- 'has_header' 'true'
+ 'has_header' 'true',
+ 'format.delimiter' ';'
)
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]