Dandandan commented on PR #16390:
URL: https://github.com/apache/datafusion/pull/16390#issuecomment-2972940062

   > After some thinking I realized that it will still not need 
`null_equals_null` support in the nestedloopjoin this will happen at planner 
time, and it is more of a question on whether equijoins should be supported. I 
think this todo should be removed to deter anybody from trying to implement it 
in the nestedloopjoin
   
   I think it makes sense to support it for optimizing joins when one of the 
sides is only a small number of rows (which is faster than execution a hash 
join). 


-- 
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: github-unsubscr...@datafusion.apache.org

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


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

Reply via email to