Skip to content
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

feat: implement Repartition plan in substrait #8526

Merged
merged 3 commits into from
Dec 17, 2023

Conversation

waynexia
Copy link
Member

Which issue does this PR close?

Part of #8149

Rationale for this change

Implement conversion between LogicalPlan::Repartition and substrait RexType::Exchange.

What changes are included in this PR?

LogicalPlan::Repartition <==> RexType::Exchange.

Are these changes tested?

Yes. I add two new roundtrip tests for different repartition scheme

Are there any user-facing changes?

No

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌 Very nice @waynexia

@alamb alamb merged commit 0f83ffc into apache:main Dec 17, 2023
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants