Skip to content

[SPARK-52626][SQL] Allow grouping by the time type #51325

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

Closed
wants to merge 2 commits into from

Conversation

bersprockets
Copy link
Contributor

@bersprockets bersprockets commented Jul 1, 2025

What changes were proposed in this pull request?

Support the time type in HashMapGenerator#genComputeHash.

Why are the changes needed?

Allow grouping by the time type when wholestage codegen is on (it already works when wholestage codegen is off).

Does this PR introduce any user-facing change?

No. The time type is not released yet.

How was this patch tested?

New test.

Was this patch authored or co-authored using generative AI tooling?

No.

@github-actions github-actions bot added the SQL label Jul 1, 2025
@bersprockets
Copy link
Contributor Author

cc @MaxGekk

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

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

+1, LGTM. Thank you, @bersprockets .

@MaxGekk
Copy link
Member

MaxGekk commented Jul 1, 2025

+1, LGTM. Merging to master.
Thank you, @bersprockets and @dongjoon-hyun @HyukjinKwon for review.

@MaxGekk MaxGekk closed this in 8b6eeca Jul 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants