JackyYangPassion edited a comment on issue #1610: Add bitmap agg type and udaf URL: https://github.com/apache/incubator-doris/pull/1610#issuecomment-571036860 I use mysql client with the bitmap doc, but there is error `Encountered: IDENTIFIER` create table sql : `CREATE TABLE `pv_bitmap` ( `dt` int(11) NULL COMMENT "", `page` varchar(10) NULL COMMENT "", `user_id` bitmap BITMAP_UNION NULL COMMENT "" ) ENGINE=OLAP AGGREGATE KEY(`dt`, `page`) COMMENT "OLAP" DISTRIBUTED BY HASH(`dt`) BUCKETS 2;` if there need some set in client? Server version: 5.1.0 Doris version DORIS-0.11.14-release
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org