You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jackwener (via GitHub)" <gi...@apache.org> on 2023/09/13 16:56:04 UTC

[GitHub] [arrow-datafusion] jackwener opened a new issue, #7549: Handle Non-Equal Condition in EliminateCrossJoin

jackwener opened a new issue, #7549:
URL: https://github.com/apache/arrow-datafusion/issues/7549

   ### Describe the bug
   
   Current EliminateCrossJoin don't handle non-equal condition properly.
   
   We don't need differentiate between handling equal conditions and non-equal conditions, because multi join is a Query Graph and both equal conditions and non-equal conditions are edges in Graph.
   
   ### To Reproduce
   
   _No response_
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   Related PR/Issue
   #7529
   #7530


-- 
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-unsubscribe@arrow.apache.org.apache.org

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