starocean999 opened a new pull request, #35811:
URL: https://github.com/apache/doris/pull/35811

   consider sql `select null in ( select k1 from t);`
   the join conjunct null = k1 would be fold to null. But be doesn't support 
null literal as join conjunct. This pr keeps null = k1 to make be happy
   ## Proposed changes
   
   Issue Number: close #xxx
   
   <!--Describe your changes.-->
   
   


-- 
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-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to