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

morningman 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 43bd0884cbe add broker load deprecation document (#3965)
43bd0884cbe is described below

commit 43bd0884cbe7a2fa690e7f3c69627ef459fcff3c
Author: yiguolei <[email protected]>
AuthorDate: Fri Jul 3 22:09:20 2026 +0800

    add broker load deprecation document (#3965)
    
    ## Versions
    
    - [x] dev
    - [x] 4.x
    - [ ] 3.x
    - [ ] 2.1 or older (not covered by version/language sync gate)
    
    ## Languages
    
    - [x] Chinese
    - [x] English
    - [ ] Japanese candidate translation needed
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
    - [ ] Updated required version and language counterparts, or explained
    why not
    - [ ] If only one language changed, confirmed whether source/translation
    counterparts need sync
    
    Co-authored-by: yiguolei <[email protected]>
---
 docs/data-operate/import/import-way/broker-load-manual.md             | 4 ++++
 .../current/data-operate/import/import-way/broker-load-manual.md      | 4 ++++
 .../version-4.x/data-operate/import/import-way/broker-load-manual.md  | 4 ++++
 .../version-4.x/data-operate/import/import-way/broker-load-manual.md  | 4 ++++
 4 files changed, 16 insertions(+)

diff --git a/docs/data-operate/import/import-way/broker-load-manual.md 
b/docs/data-operate/import/import-way/broker-load-manual.md
index 9e93a00bee4..d627cd60ff6 100644
--- a/docs/data-operate/import/import-way/broker-load-manual.md
+++ b/docs/data-operate/import/import-way/broker-load-manual.md
@@ -23,6 +23,10 @@
 
 Broker Load is initiated through the MySQL API. Doris actively pulls data from 
a remote data source according to the information in the `LOAD` statement. It 
is an **asynchronous import** method. After submission, you need to use the 
`SHOW LOAD` statement to check the import progress and result.
 
+:::caution Note
+This method is deprecated and will be removed in version 5.0. Please use 
"insert into table select xxx from tvf or catalog table" instead.
+:::
+
 Broker Load is suitable for the following typical scenarios:
 
 - The source data is stored in a remote system (such as object storage or 
HDFS).
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/broker-load-manual.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/broker-load-manual.md
index 6f1998c0c86..69a91bfa2ef 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/broker-load-manual.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/broker-load-manual.md
@@ -23,6 +23,10 @@
 
 Broker Load 通过 MySQL API 发起,由 Doris 根据 `LOAD` 
语句中的信息主动从远程数据源拉取数据。它是一种**异步导入**方式,提交后需要通过 `SHOW LOAD` 语句查看导入进度与结果。
 
+:::caution Note
+该方法已废弃,将在 5.0 版本中移除。请改用语法: "insert into table select xxx from tvf or catalog 
table".
+:::
+
 Broker Load 适用于以下典型场景:
 
 - 源数据存储在远程系统(如对象存储、HDFS)
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/data-operate/import/import-way/broker-load-manual.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/data-operate/import/import-way/broker-load-manual.md
index 6f1998c0c86..69a91bfa2ef 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/data-operate/import/import-way/broker-load-manual.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/data-operate/import/import-way/broker-load-manual.md
@@ -23,6 +23,10 @@
 
 Broker Load 通过 MySQL API 发起,由 Doris 根据 `LOAD` 
语句中的信息主动从远程数据源拉取数据。它是一种**异步导入**方式,提交后需要通过 `SHOW LOAD` 语句查看导入进度与结果。
 
+:::caution Note
+该方法已废弃,将在 5.0 版本中移除。请改用语法: "insert into table select xxx from tvf or catalog 
table".
+:::
+
 Broker Load 适用于以下典型场景:
 
 - 源数据存储在远程系统(如对象存储、HDFS)
diff --git 
a/versioned_docs/version-4.x/data-operate/import/import-way/broker-load-manual.md
 
b/versioned_docs/version-4.x/data-operate/import/import-way/broker-load-manual.md
index 9e93a00bee4..d627cd60ff6 100644
--- 
a/versioned_docs/version-4.x/data-operate/import/import-way/broker-load-manual.md
+++ 
b/versioned_docs/version-4.x/data-operate/import/import-way/broker-load-manual.md
@@ -23,6 +23,10 @@
 
 Broker Load is initiated through the MySQL API. Doris actively pulls data from 
a remote data source according to the information in the `LOAD` statement. It 
is an **asynchronous import** method. After submission, you need to use the 
`SHOW LOAD` statement to check the import progress and result.
 
+:::caution Note
+This method is deprecated and will be removed in version 5.0. Please use 
"insert into table select xxx from tvf or catalog table" instead.
+:::
+
 Broker Load is suitable for the following typical scenarios:
 
 - The source data is stored in a remote system (such as object storage or 
HDFS).


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

Reply via email to