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

jiafengzheng 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 c63892c8b80 fix
c63892c8b80 is described below

commit c63892c8b80ce36699553f96c6531522e5518502
Author: jiafeng.zhang <zhang...@gmail.com>
AuthorDate: Fri Aug 26 17:43:19 2022 +0800

    fix
---
 .../sql-manual/sql-reference/Show-Statements/SHOW-STREAM-LOAD.md    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Show-Statements/SHOW-STREAM-LOAD.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Show-Statements/SHOW-STREAM-LOAD.md
index 75936198ca6..5a81c688ffe 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Show-Statements/SHOW-STREAM-LOAD.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Show-Statements/SHOW-STREAM-LOAD.md
@@ -51,9 +51,9 @@ SHOW STREAM LOAD
 说明:
 
 1. 默认 BE 是不记录 Stream Load 的记录,如果你要查看需要在 BE 
上启用记录,配置参数是:`enable_stream_load_record=true` ,具体怎么配置请参照 [BE 
配置项](https://doris.apache.org/zh-CN/docs/admin-manual/config/be-config)
-1. 如果不指定 db_name,使用当前默认db
-2. 如果使用 LABEL LIKE,则会匹配Stream Load任务的 label 包含 label_matcher 的任务
-3. 如果使用 LABEL = ,则精确匹配指定的 label
+2. 如果不指定 db_name,使用当前默认db
+3. 如果使用 LABEL LIKE,则会匹配Stream Load任务的 label 包含 label_matcher 的任务
+4. 如果使用 LABEL = ,则精确匹配指定的 label
 4. 如果指定了 STATUS,则匹配 STREAM LOAD 状态
 5. 可以使用 ORDER BY 对任意列组合进行排序
 6. 如果指定了 LIMIT,则显示 limit 条匹配记录。否则全部显示


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

Reply via email to