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-42003][SQL] Reduce duplicate code in ResolveGroupByAll #39523

Closed
wants to merge 2 commits into from

Conversation

gengliangwang
Copy link
Member

What changes were proposed in this pull request?

Reduce duplicate code in ResolveGroupByAll by moving the group by expression inference into a new method.

Why are the changes needed?

Code clean up

Does this PR introduce any user-facing change?

No

How was this patch tested?

Existing UT

@cloud-fan
Copy link
Contributor

thanks, merging to master!

@cloud-fan cloud-fan closed this in c052362 Jan 12, 2023
vicennial pushed a commit to vicennial/spark that referenced this pull request Jan 17, 2023
### What changes were proposed in this pull request?

Reduce duplicate code in ResolveGroupByAll by moving the group by expression inference into a new method.

### Why are the changes needed?

Code clean up

### Does this PR introduce _any_ user-facing change?

No
### How was this patch tested?

Existing UT

Closes apache#39523 from gengliangwang/refactorAll.

Authored-by: Gengliang Wang <gengliang@apache.org>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants