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/07/22 11:49:20 UTC

[GitHub] [incubator-doris] stdpain opened a new issue #6304: [BUG] coredump in RuntimeFilter BloomFilter

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


   **Describe the bug**
   when right table has null value in string column, runtime filter may coredump
   ```
   select count(*) from baseall t1 join test t2 where t1.k7 = t2.k7;
   ```
   ![image](https://user-images.githubusercontent.com/34912776/126634498-9da02c95-de4a-4f9c-bf78-daac4213a006.png)
   
   **Expected behavior**
   BE shouldn't core 
   
   


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

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

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] morningman closed issue #6304: [BUG] coredump in RuntimeFilter BloomFilter

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


   


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

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

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