kaijchen commented on code in PR #21786:
URL: https://github.com/apache/doris/pull/21786#discussion_r1270252167


##########
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="2.0.0">

Review Comment:
   ```suggestion
     <version since="1.2.7">
   ```



##########
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="2.0.0">

Review Comment:
   ```suggestion
     <version since="1.2.7">
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to