-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support crossjoin in substrait. #8427
Support crossjoin in substrait. #8427
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution @my-vegetable-has-exploded this looks great to me. I had a small suggestion to improve the code but I don't think it is necessary
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rest LGTM, thanks @my-vegetable-has-exploded
🎉 |
* Support crossjoin in substrait. * use struct destructuring * remove useless builder.
Which issue does this PR close?
ref: #8149
Closes #.
Rationale for this change
part of #8149.
What changes are included in this PR?
Translate cross product to LogicalPlan::CrossJoin.
Are these changes tested?
Are there any user-facing changes?