This is an automated email from the ASF dual-hosted git repository.

kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
commit 3b4dbcafc2a638c3e567ff0065b57498ebb3e9a3
Author: Kaijie Chen <c...@apache.org>
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: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to