Skip to content

feat: implement Repartition plan in substrait #8526

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

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

@github-actions github-actions bot added the substrait Changes to the substrait crate label Dec 13, 2023
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
substrait Changes to the substrait crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants