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/01/06 08:37:01 UTC

[GitHub] [incubator-doris] imay commented on issue #1610: Add bitmap agg type and udaf

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