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 02:39:10 UTC

[GitHub] [incubator-doris] yangzhg commented on issue #2873: [Bitmap Index] can't create index with order"alter table add index using bitmap"

yangzhg commented on issue #2873: [Bitmap Index] can't create index with order"alter table add index using bitmap"
URL: https://github.com/apache/incubator-doris/issues/2873#issuecomment-584456355
 
 
   the syntax you using is invalid the right syntax likes `ALTER TABLE table1 ADD  INDEX index_name (siteid, citycod)  [USING BITMAP] COMMENT 'balabala';`
   you can refer to https://github.com/apache/incubator-doris/pull/2573

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