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 5056a1b2b6 [fix][doc]Fix the usage of bitmap on unique model (#9903)
5056a1b2b6 is described below
commit 5056a1b2b6c745f6388113aa50425fd7234ea96b
Author: jiafeng.zhang <[email protected]>
AuthorDate: Wed Jun 1 22:38:17 2022 +0800
[fix][doc]Fix the usage of bitmap on unique model (#9903)
---
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 ef0ba15bfc..d2f2ce86ca 100644
--- a/docs/en/data-table/index/bitmap-index.md
+++ b/docs/en/data-table/index/bitmap-index.md
@@ -63,7 +63,7 @@ DROP INDEX [IF EXISTS] index_name ON [db_name.]table_name;
## Notice
* Currently only index of bitmap type is supported.
* The bitmap index is only created on a single column.
-* Bitmap indexes can be applied to all columns of the `Duplicate` data model
and key columns of the `Aggregate` and `Uniq` models.
+* Bitmap indexes can be applied to all columns of the `Duplicate` , `Uniq`
data model and key columns of the `Aggregate` models.
* The data types supported by bitmap indexes are as follows:
* `TINYINT`
* `SMALLINT`
diff --git a/docs/zh-CN/data-table/index/bitmap-index.md
b/docs/zh-CN/data-table/index/bitmap-index.md
index b8c01ae983..16e86e5fac 100644
--- a/docs/zh-CN/data-table/index/bitmap-index.md
+++ b/docs/zh-CN/data-table/index/bitmap-index.md
@@ -66,7 +66,7 @@ DROP INDEX [IF EXISTS] index_name ON [db_name.]table_name;
- 目前索引仅支持 bitmap 类型的索引。
- bitmap 索引仅在单列上创建。
-- bitmap 索引能够应用在 `Duplicate` 数据模型的所有列和 `Aggregate`, `Uniq` 模型的key列上。
+- bitmap 索引能够应用在 `Duplicate`、`Uniq` 数据模型的所有列和 `Aggregate`模型的key列上。
- bitmap 索引支持的数据类型如下:
- `TINYINT`
- `SMALLINT`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]