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

add cross join support to ballista #891

Merged
merged 1 commit into from
Aug 16, 2021
Merged

Conversation

houqp
Copy link
Member

@houqp houqp commented Aug 15, 2021

Rationale for this change

Ballista should support cross join.

What changes are included in this PR?

Added ser/de for cross join logical and physical nodes.

Are there any user-facing changes?

no

@houqp houqp added the enhancement New feature or request label Aug 15, 2021
@github-actions github-actions bot added ballista datafusion Changes in the datafusion crate labels Aug 15, 2021
ExplainNode explain = 12;
WindowNode window = 13;
AnalyzeNode analyze = 14;
Copy link
Member Author

Choose a reason for hiding this comment

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

@alamb i reordered the node down here so it's easier to do the counting. I am guessing you put it next to ExplainNode because that's how they should be logically grouped? If so, maybe we could keep it next to ExplainNode and reorder the subsequent fields.

Copy link
Contributor

Choose a reason for hiding this comment

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

I don't have a strong preference. rust will tell us when the cases are missing so the order in which they are defined is not all that critical in my opinion

Copy link
Contributor

@Dandandan Dandandan left a comment

Choose a reason for hiding this comment

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

👍

@alamb alamb merged commit 34c3355 into apache:master Aug 16, 2021
@alamb
Copy link
Contributor

alamb commented Aug 16, 2021

Thanks @houqp -- looks nice

@houqp houqp deleted the qp_cross_join branch August 17, 2021 04:15
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 enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants