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 676a63c0061 stream load partition param
676a63c0061 is described below
commit 676a63c0061489b60cdccf2db466d8a0da0ede2e
Author: jiafeng.zhang <[email protected]>
AuthorDate: Wed Jul 27 16:19:42 2022 +0800
stream load partition param
stream load partition param
---
docs/data-operate/import/import-way/stream-load-manual.md | 4 ++--
.../current/data-operate/import/import-way/stream-load-manual.md | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/data-operate/import/import-way/stream-load-manual.md
b/docs/data-operate/import/import-way/stream-load-manual.md
index 17c0c4276d4..0b65f87aa46 100644
--- a/docs/data-operate/import/import-way/stream-load-manual.md
+++ b/docs/data-operate/import/import-way/stream-load-manual.md
@@ -141,9 +141,9 @@ The number of rows in the original file = `dpp.abnorm.ALL +
dpp.norm.ALL`
Import the filter conditions specified by the task. Stream load supports
filtering of where statements specified for raw data. The filtered data will
not be imported or participated in the calculation of filter ratio, but will be
counted as `num_rows_unselected`.
-+ partition
++ partitions
- Partition information for tables to be imported will not be imported if
the data to be imported does not belong to the specified Partition. These data
will be included in `dpp.abnorm.ALL`.
+ Partitions information for tables to be imported will not be imported if
the data to be imported does not belong to the specified Partition. These data
will be included in `dpp.abnorm.ALL`.
+ columns
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/stream-load-manual.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/stream-load-manual.md
index 35d8048a0c7..12299fba999 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/stream-load-manual.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/stream-load-manual.md
@@ -142,7 +142,7 @@ Stream Load 由于使用的是 HTTP 协议,所以所有导入任务有关的
导入任务指定的过滤条件。Stream load 支持对原始数据指定 where 语句进行过滤。被过滤的数据将不会被导入,也不会参与 filter
ratio 的计算,但会被计入`num_rows_unselected`。
-- partition
+- Partitions
待导入表的 Partition 信息,如果待导入数据不属于指定的 Partition 则不会被导入。这些数据将计入 `dpp.abnorm.ALL`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]