yahoNanJing commented on PR #3912:
URL: 
https://github.com/apache/arrow-datafusion/pull/3912#issuecomment-1303048422

   `
   SELECT ...
   FROM left, right
   WHERE left.x > right.y AND
                left.x + left.y < right.x + 10 AND
                left.z = left.x
   `
   
   Same question. For this non-equal join, how can we apply 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...@arrow.apache.org

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

Reply via email to