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:35:43 UTC

[GitHub] [arrow-datafusion] jackwener commented on pull request #7529: Skip EliminateCrossJoin rule if inner join with filter is found - che…

jackwener commented on PR #7529:
URL: https://github.com/apache/arrow-datafusion/pull/7529#issuecomment-1717963701

   Thanks @epsio-banay , good catch.
   
   I will review this PR carefully tomorrow.
   
   BTW, I'm thinking about this whole method. I think we don't need differentiate between handling equal conditions and non-equal conditions, because multi join is a Query Graph, both equal conditions and non-equal conditions are edges in Graph. But I also think this is a longer -term problem.
   
   
   


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

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