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

Extract CrossJoin, Repartition, Union in LogicalPlan #1322

Merged
merged 2 commits into from
Nov 18, 2021

Conversation

liukun4515
Copy link
Contributor

Which issue does this PR close?

Closes #1304

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

@github-actions github-actions bot added the datafusion Changes in the datafusion crate label Nov 17, 2021
@liukun4515 liukun4515 marked this pull request as draft November 17, 2021 09:37
@liukun4515 liukun4515 marked this pull request as ready for review November 17, 2021 13:30
@alamb alamb changed the title [Datafusion-1304]Extract CrossJoin, Repartition, Union in LogicalPlan Extract CrossJoin, Repartition, Union in LogicalPlan Nov 17, 2021
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.

Looks good to me, though the PR has some conflicts that need to be resolved before we can merge it.

Thank you @liukun4515 and @xudong963 for pushing this forward

@liukun4515
Copy link
Contributor Author

Looks good to me, though the PR has some conflicts that need to be resolved before we can merge it.

Thank you @liukun4515 and @xudong963 for pushing this forward

After this #1311 pr merged, i will address the conflicts.
@alamb

Copy link
Member

@jimexist jimexist left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@alamb alamb merged commit b64d2c6 into apache:master Nov 18, 2021
@alamb
Copy link
Contributor

alamb commented Nov 18, 2021

🎉

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

Successfully merging this pull request may close these issues.

Extract CrossJoin, Repartition, Union in LogicalPlan as independent struct
3 participants