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/02/14 06:24:03 UTC

[GitHub] [incubator-doris] kangkaisen opened a new issue #2901: Bitmap_union_count doesn't support window functions

kangkaisen opened a new issue #2901: Bitmap_union_count doesn't support window functions
URL: https://github.com/apache/incubator-doris/issues/2901
 
 
   Currently, The following code couldn't run:
   ```
   select id, bitmap_union_count(uv) over(order by id) intent_uv from (
     select id, bitmap_union(id2) as uv
     from bitmap_object_2
     group by id
   )final;
   
   select bitmap_union_count(id2) over(order by id) from bitmap_object_2;
   ```
   We should support it.
   
   

----------------------------------------------------------------
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] kangkaisen closed issue #2901: Bitmap_union_count doesn't support window functions

Posted by GitBox <gi...@apache.org>.
kangkaisen closed issue #2901: Bitmap_union_count doesn't support window functions
URL: https://github.com/apache/incubator-doris/issues/2901
 
 
   

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