This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 31909fa2e00 doc_stream_load_format (#72)
31909fa2e00 is described below
commit 31909fa2e00160a438ae71b384059e2673bb12fc
Author: catpineapple <[email protected]>
AuthorDate: Wed Aug 31 12:05:14 2022 +0800
doc_stream_load_format (#72)
---
.../sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md | 2 +-
.../sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md
b/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md
index a5081e517f3..e38fa2b684a 100644
---
a/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md
+++
b/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md
@@ -99,7 +99,7 @@ Parameter introduction:
11. exec_mem_limit: Import memory limit. Default is 2GB. The unit is bytes.
-12. format: Specify the import data format, the default is csv, and json
format is supported.
+12. format: Specify the import data format, the default is csv, and
csv_with_names(filter out the first row of your csv file),
csv_with_names_and_types(filter out the first two lines of your csv file), json
format are supported.
13. jsonpaths: The way of importing json is divided into: simple mode and
matching mode.
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md
index a3874b5f023..c11c5d41133 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md
@@ -99,7 +99,7 @@ curl --location-trusted -u user:passwd [-H ""...] -T
data.file -XPUT http://fe_h
11. exec_mem_limit: 导入内存限制。默认为 2GB。单位为字节。
-12. format: 指定导入数据格式,默认是csv,支持json格式。
+12. format:
指定导入数据格式,默认是csv,也支持:csv_with_names(支持csv文件行首过滤),csv_with_names_and_types(支持csv文件前两行过滤)
或 json格式。
13. jsonpaths: 导入json方式分为:简单模式和匹配模式。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]