ygf11 opened a new pull request, #4443: URL: https://github.com/apache/arrow-datafusion/pull/4443
# Which issue does this PR close? Closes #4442. Part of #4389. # Rationale for this change * Currently `EliminateCrossJoin` will only support eliminating cross join when the join keys are columns. We should support non-column join keys. * This pr is part of #4389. # What changes are included in this PR? * Add logics to support non-column join key in `EliminateCrossJoin`. * Add unit tests. # Are these changes tested? Yes, unit tests will test it. # Are there any user-facing changes? -- 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]
