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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
