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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org