You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/05/19 05:55:59 UTC

[incubator-doris] branch master updated: [doc] Fixed a error in the Bitmap Index section of the document (#9679)

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

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new dd5e9fa9a4 [doc] Fixed a error in the Bitmap Index section of the document (#9679)
dd5e9fa9a4 is described below

commit dd5e9fa9a46c56e12b88d9613b22e3f4a75173f0
Author: zy-kkk <81...@qq.com>
AuthorDate: Thu May 19 13:55:52 2022 +0800

    [doc] Fixed a error in the Bitmap Index section of the document (#9679)
---
 docs/en/data-table/index/bitmap-index.md    | 2 +-
 docs/zh-CN/data-table/index/bitmap-index.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/data-table/index/bitmap-index.md b/docs/en/data-table/index/bitmap-index.md
index 07fe1a6245..ef0ba15bfc 100644
--- a/docs/en/data-table/index/bitmap-index.md
+++ b/docs/en/data-table/index/bitmap-index.md
@@ -54,7 +54,7 @@ SHOW INDEX FROM example_db.table_name;
 
 ### Delete index
 
-Display the lower index of the specified table_name
+Delete the lower index of the specified table_name
 
 ```sql
 DROP INDEX [IF EXISTS] index_name ON [db_name.]table_name;
diff --git a/docs/zh-CN/data-table/index/bitmap-index.md b/docs/zh-CN/data-table/index/bitmap-index.md
index 04dd7de8fa..b8c01ae983 100644
--- a/docs/zh-CN/data-table/index/bitmap-index.md
+++ b/docs/zh-CN/data-table/index/bitmap-index.md
@@ -56,7 +56,7 @@ SHOW INDEX FROM example_db.table_name;
 
 ### 删除索引
 
-展示指定 table_name 的下索引
+删除指定 table_name 的下索引
 
 ```sql
 DROP INDEX [IF EXISTS] index_name ON [db_name.]table_name;


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