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.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e58d92e77 [typo](docs) fix document info missing in SHOW-TABLETS.md 
(#15488)
8e58d92e77 is described below

commit 8e58d92e77d62ef87e777a4503dd465d2651e9cf
Author: xu tao <[email protected]>
AuthorDate: Fri Dec 30 18:39:21 2022 +0800

    [typo](docs) fix document info missing in SHOW-TABLETS.md (#15488)
---
 .../docs/sql-manual/sql-reference/Show-Statements/SHOW-TABLETS.md  | 7 ++++---
 .../docs/sql-manual/sql-reference/Show-Statements/SHOW-TABLETS.md  | 7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git 
a/docs/en/docs/sql-manual/sql-reference/Show-Statements/SHOW-TABLETS.md 
b/docs/en/docs/sql-manual/sql-reference/Show-Statements/SHOW-TABLETS.md
index c23104af0b..01c0e7d5e6 100644
--- a/docs/en/docs/sql-manual/sql-reference/Show-Statements/SHOW-TABLETS.md
+++ b/docs/en/docs/sql-manual/sql-reference/Show-Statements/SHOW-TABLETS.md
@@ -48,9 +48,10 @@ SHOW TABLETS FROM [database.]table [PARTITIONS(p1,p2)]
 
 where_condition could be one of:
 ```
-    Version = version
-    state = "NORMAL|ROLLUP|CLONE|DECOMMISSION"
-    BackendId = backend_id
+Version = version
+state = "NORMAL|ROLLUP|CLONE|DECOMMISSION"
+BackendId = backend_id
+IndexName = rollup_name
 ```
 or compound them with operator `AND`.
 
diff --git 
a/docs/zh-CN/docs/sql-manual/sql-reference/Show-Statements/SHOW-TABLETS.md 
b/docs/zh-CN/docs/sql-manual/sql-reference/Show-Statements/SHOW-TABLETS.md
index f81d40152f..66bca6ec77 100644
--- a/docs/zh-CN/docs/sql-manual/sql-reference/Show-Statements/SHOW-TABLETS.md
+++ b/docs/zh-CN/docs/sql-manual/sql-reference/Show-Statements/SHOW-TABLETS.md
@@ -46,9 +46,10 @@ SHOW TABLETS FROM [database.]table [PARTITIONS(p1,p2)]
 
 where_condition 可以为下列条件之一:
 ```
-    Version = version
-    state = "NORMAL|ROLLUP|CLONE|DECOMMISSION"
-    BackendId = backend_id
+Version = version
+state = "NORMAL|ROLLUP|CLONE|DECOMMISSION"
+BackendId = backend_id
+IndexName = rollup_name
 ```
 或者通过`AND`组合的复合条件.
 


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

Reply via email to