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(substrait): AggregateRel grouping_expressions support #13173

Merged

Conversation

akoshchiy
Copy link
Contributor

Which issue does this PR close?

Closes #12957.

Rationale for this change

What changes are included in this PR?

Added support of grouping_expressions field in AggregateRel. Deprecated support is still here - producer fills both fields, and consumer tries to parse deprecated field at first.

Are these changes tested?

Yes.

Are there any user-facing changes?

@akoshchiy akoshchiy marked this pull request as ready for review October 29, 2024 20:28
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 -- thank you @akoshchiy

@vbarua can you double check this as well?

@vbarua
Copy link
Contributor

vbarua commented Nov 1, 2024

I can put this on my queue for next week.

@alamb
Copy link
Contributor

alamb commented Nov 3, 2024

I am going to merge this PR to keep the code flowing. If there are any additional issues found as part of @vbarua 's review we can address them as a follow on PR.

Thanks again @akoshchiy and @vbarua

@alamb alamb merged commit a9d4d52 into apache:main Nov 3, 2024
24 checks passed
@alamb alamb mentioned this pull request Nov 5, 2024
3 tasks
Copy link
Contributor

@vbarua vbarua left a comment

Choose a reason for hiding this comment

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

This looks pretty reasonable to me 🙂

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.

[substrait] handle AggregateRel grouping_expressions field
3 participants