This is an automated email from the ASF dual-hosted git repository.
yiguolei 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 8fa41e4973 [fix](docs) update version since of stream load
enable_profile (#21786)
8fa41e4973 is described below
commit 8fa41e4973f38858305c6ee64e431620840f9db1
Author: Kaijie Chen <[email protected]>
AuthorDate: Mon Jul 24 09:22:12 2023 +0800
[fix](docs) update version since of stream load enable_profile (#21786)
Stream load enable_profile is not supported in 1.2.4.1, update the docs.
Currently it's supported in 2.0.0-rc01.
#21784 has backported this feature into branch 1.2-lts, and it will be
included in the 1.2.7 release.
---
docs/en/docs/data-operate/import/import-way/stream-load-manual.md | 2 +-
docs/zh-CN/docs/data-operate/import/import-way/stream-load-manual.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/docs/data-operate/import/import-way/stream-load-manual.md
b/docs/en/docs/data-operate/import/import-way/stream-load-manual.md
index 2842ed78de..52f8f1b6ee 100644
--- a/docs/en/docs/data-operate/import/import-way/stream-load-manual.md
+++ b/docs/en/docs/data-operate/import/import-way/stream-load-manual.md
@@ -182,7 +182,7 @@ The number of rows in the original file = `dpp.abnorm.ALL +
dpp.norm.ALL`
Stream load import can enable two-stage transaction commit mode: in the
stream load process, the data is written and the information is returned to the
user. At this time, the data is invisible and the transaction status is
`PRECOMMITTED`. After the user manually triggers the commit operation, the data
is visible.
+ enable_profile
- <version since="1.2.4">
+ <version since="1.2.7">
</version>
When `enable_profile` is true, the Stream Load profile will be printed to
the log. Otherwise it won't print.
diff --git
a/docs/zh-CN/docs/data-operate/import/import-way/stream-load-manual.md
b/docs/zh-CN/docs/data-operate/import/import-way/stream-load-manual.md
index a7e1c6463d..4edc085555 100644
--- a/docs/zh-CN/docs/data-operate/import/import-way/stream-load-manual.md
+++ b/docs/zh-CN/docs/data-operate/import/import-way/stream-load-manual.md
@@ -192,7 +192,7 @@ Stream Load 由于使用的是 HTTP 协议,所以所有导入任务有关的
Stream load 导入可以开启两阶段事务提交模式:在Stream
load过程中,数据写入完成即会返回信息给用户,此时数据不可见,事务状态为`PRECOMMITTED`,用户手动触发commit操作之后,数据才可见。
- enable_profile
- <version since="1.2.4">
+ <version since="1.2.7">
</version>
当 `enable_profile` 为 true 时,Stream Load profile将会打印到日志中。否则不会打印。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]