jmk1011 opened a new issue #2762: select bitmap_count(to_bitmap(NULL)) is NULL, 
not 0
URL: https://github.com/apache/incubator-doris/issues/2762
 
 
   **Describe the bug**
   select bitmap_count(to_bitmap(NULL)) is NULL, not 0
   mysql> select bitmap_count(to_bitmap(NULL));                             
   +-------------------------------+
   | bitmap_count(to_bitmap(NULL)) |
   +-------------------------------+
   |                          NULL |
   +-------------------------------+
   
   
https://github.com/apache/incubator-doris/blob/master/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/bitmap.md
   moreover, can't find the description of bitmap_count function in the 
documentation
   
   
   **Code Version**
   
https://github.com/apache/incubator-doris/commit/a99a49a4444ccd2199356b7c1414adef7f58c32c

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

Reply via email to