This is an automated email from the ASF dual-hosted git repository.
zykkk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 18878df1c0 [typo](doc)outfile export document optimization (#21211)
18878df1c0 is described below
commit 18878df1c05083e2b916ceb08d38aad99e37c93c
Author: caoliang-web <[email protected]>
AuthorDate: Wed Jun 28 10:30:30 2023 +0800
[typo](doc)outfile export document optimization (#21211)
---
.../sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE.md | 4 ++--
.../sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/docs/en/docs/sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE.md
b/docs/en/docs/sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE.md
index a92c6570ca..0b87f9bc9c 100644
---
a/docs/en/docs/sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE.md
+++
b/docs/en/docs/sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE.md
@@ -75,8 +75,8 @@ illustrate:
The following properties are supported:
File related properties
- column_separator: column separator. <version since="1.2.0">Support
mulit-bytes, such as: "\\x01", "abc"</version>
- line_delimiter: line delimiter. <version since="1.2.0">Support
mulit-bytes, such as: "\\x01", "abc"</version>
+ column_separator: column separator,is only for CSV format <version
since="1.2.0">Support mulit-bytes, such as: "\\x01", "abc"</version>
+ line_delimiter: line delimiter,is only for CSV format <version
since="1.2.0">Support mulit-bytes, such as: "\\x01", "abc"</version>
max_file_size: the size limit of a single file, if the result exceeds
this value, it will be cut into multiple files.
delete_existing_files: default `false`. If it is specified as true,
you will first delete all files specified in the directory specified by the
file_path, and then export the data to the directory.For example: "file_path" =
"/user/tmp", then delete all files and directory under "/user/"; "file_path" =
"/user/tmp/", then delete all files and directory under "/user/tmp/"
diff --git
a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE.md
b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE.md
index c69c596b85..ff650047b2 100644
---
a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE.md
+++
b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE.md
@@ -80,8 +80,8 @@ INTO OUTFILE "file_path"
支持如下属性:
文件相关的属性
- column_separator: 列分隔符。<version since="1.2.0">支持多字节分隔符,如:"\\x01",
"abc"</version>
- line_delimiter: 行分隔符。<version since="1.2.0">支持多字节分隔符,如:"\\x01",
"abc"</version>
+ column_separator: 列分隔符,只支持csv格式。<version
since="1.2.0">支持多字节分隔符,如:"\\x01", "abc"</version>
+ line_delimiter: 行分隔符,只支持csv格式。<version
since="1.2.0">支持多字节分隔符,如:"\\x01", "abc"</version>
max_file_size: 单个文件大小限制,如果结果超过这个值,将切割成多个文件。
delete_existing_files:
默认为false,若指定为true,则会先删除file_path指定的目录下的所有文件,然后导出数据到该目录下。例如:"file_path" =
"/user/tmp", 则会删除"/user/"下所有文件及目录;"file_path" = "/user/tmp/",
则会删除"/user/tmp/"下所有文件及目录
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]