imay commented on issue #1610: Add bitmap agg type and udaf URL: https://github.com/apache/incubator-doris/pull/1610#issuecomment-571052769 > 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 you can try ``` `user_id` varchar(0) BITMAP_UNION NULL COMMENT "" ```
---------------------------------------------------------------- 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]
