kangkaisen commented on issue #1610: Add bitmap agg type and udaf URL: https://github.com/apache/incubator-doris/pull/1610#issuecomment-570990471 > when use the case, there is some error, version 0.11 > `ERROR 1064 (HY000): Syntax error at: CREATE TABLE `bitmap_test`( `id`int(11) NULL COMMENT "ID", `id2` varchar(100) bitmap_count NULL ) ENGINE=OLAP AGGREGATE KEY(`id`) DISTRIBUTED BY HASH(`id`) BUCKETS 10 ^ Encountered: IDENTIFIER Expected: COMMA` please refer to the bitmap doc: https://github.com/apache/incubator-doris/blob/master/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/bitmap.md
---------------------------------------------------------------- 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]
