Skip to content

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
@houqp houqp requested review from Dandandan, alamb and andygrove August 15, 2021 22:21
AnalyzeNode analyze = 14;
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

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants