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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
