2010YOUY01 commented on PR #17482:
URL: https://github.com/apache/datafusion/pull/17482#issuecomment-3405097800

   > SELECT *
   > FROM range(100000) AS t1
   > INNER JOIN range(1000000) AS t2
   > on t1.value < (t1.value+t2.value);
   
   I think point 1 is a known bug, such case will be planned to PWMJ and panic. 
It's okay if it's not planned to PWMJ.
   It should better be fixed now. If it's not easy to do, you can consider do 
https://github.com/apache/datafusion/pull/17482#issuecomment-3395887692 as a 
split part of this PR, I've checked the code and I believe it's quite 
straightforward to implement.


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

Reply via email to