You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/02/11 13:23:06 UTC

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #2883: add column type check when create bitmap index using create index clause

wutiangan commented on a change in pull request #2883: add column type check when create bitmap index using create index clause
URL: https://github.com/apache/incubator-doris/pull/2883#discussion_r377629893
 
 

 ##########
 File path: docs/documentation/en/administrator-guide/alter-table/alter-table-bitmap-index_EN.md
 ##########
 @@ -56,7 +56,10 @@ Please refer to [Scheam Change](alter-table-schema-change_EN.md#Cancel Job)
 ## 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` data model and key columns or `REPLACE` value columns
+ of the
+ `Aggregate` and
+ `Uniq` models.
 
 Review comment:
   change many lines to on line.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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