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 2021/03/02 08:42:05 UTC

[GitHub] [incubator-doris] 924060929 opened a new issue #5440: [Bug][Bitmap][Be] bitmap_not calculate wrong result

924060929 opened a new issue #5440:
URL: https://github.com/apache/incubator-doris/issues/5440


   **Describe the bug**
   Execute follow sql, and expect response '', but response others
   ```sql
   select bitmap_to_string(bitmap_not(bitmap_from_string('1'), bitmap_from_string('1,2'))); 
   ```
   
   This is beause there's something wrong with the code
   ![image](https://user-images.githubusercontent.com/8806055/109619758-1d202200-7b74-11eb-92d8-9cd4ed0bd4a5.png)
   
   We should modify to
   ![image](https://user-images.githubusercontent.com/8806055/109620181-8dc73e80-7b74-11eb-9907-0be9808a57c1.png)
   
   
   **To Reproduce**
   as describe
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Screenshots**
   None
   
   **Desktop (please complete the following information):**
   None
   
   **Smartphone (please complete the following information):**
   None
   
   **Additional context**
   None
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] EmmyMiao87 closed issue #5440: [Bug][Bitmap][Be] bitmap_not calculate wrong result

Posted by GitBox <gi...@apache.org>.
EmmyMiao87 closed issue #5440:
URL: https://github.com/apache/incubator-doris/issues/5440


   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org