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/10 11:27:42 UTC

[GitHub] [incubator-doris] gaodayue opened a new issue #2727: bitmap_count should accept any expression whose return type is bitmap

gaodayue opened a new issue #2727: bitmap_count should accept any expression whose return type is bitmap
URL: https://github.com/apache/incubator-doris/issues/2727
 
 
   Now that we have many functions take bitmap as input, we should allow usage like `select bitmap_count(bitmap_and(to_bitmap(1), to_bitmap(2)));`. 
   
   Currently FE will produce error like `ERROR 1064 (HY000): BITMAP_COUNT function only support BITMAP_UNION function as it's child`.
   

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


[GitHub] [incubator-doris] imay closed issue #2727: bitmap_count should accept any expression whose return type is bitmap

Posted by GitBox <gi...@apache.org>.
imay closed issue #2727: bitmap_count should accept any expression whose return type is bitmap
URL: https://github.com/apache/incubator-doris/issues/2727
 
 
   

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