ShowMeYourHammar opened a new issue #3031: BITMAP_UNION_COUNT function accept null value cause all BEs crash URL: https://github.com/apache/incubator-doris/issues/3031 **Describe the bug** BITMAP_UNION_COUNT function once accept a null value, all bes down. **To Reproduce** Steps to reproduce the behavior: select BITMAP_UNION_COUNT(case when 1=1 then null else BITMAP_EMPTY() end) from db.table limit 1; The sql above will cause this bug.
---------------------------------------------------------------- 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