yz-jayhua commented on code in PR #20979:
URL: https://github.com/apache/doris/pull/20979#discussion_r1233790634


##########
docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md:
##########
@@ -123,7 +123,7 @@ curl --location-trusted -u user:passwd [-H ""...] -T 
data.file -XPUT http://fe_h
     
 16. merge_type: 数据的合并类型,一共支持三种类型APPEND、DELETE、MERGE 
其中,APPEND是默认值,表示这批数据全部需要追加到现有数据中,DELETE 表示删除与这批数据key相同的所有行,MERGE 语义 需要与delete 
条件联合使用,表示满足delete 条件的数据按照DELETE 语义处理其余的按照APPEND 语义处理, 示例:`-H "merge_type: 
MERGE" -H "delete: flag=1"`
 
-17. delete: 仅在 MERGE下有意义, 表示数据的删除条件
+17. delete: 仅在 MERGE下有意义, 表示数据的删除条件<br>

Review Comment:
   > not use `<br>`
   
   Thx



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to