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

[SPARK-40288][SQL]After RemoveRedundantAggregates, PullOutGroupingExpressions should applied to avoid attribute missing when use complex expression #37784

Closed
wants to merge 1 commit into from

Conversation

hgs19921112
Copy link

What changes were proposed in this pull request?

Atfter RemoveRedundantAggregates rule, we should pull the complex group by expression out.

Why are the changes needed?

This will fix the issue SPARK-40288.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

unit test.

@github-actions github-actions bot added the SQL label Sep 3, 2022
@hgs19921112 hgs19921112 closed this Sep 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant