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; ```  **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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
