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

fix: Do not skip partial aggregates in case where there are no aggregate expressions #11867

Closed
wants to merge 2 commits into from

Conversation

andygrove
Copy link
Member

@andygrove andygrove commented Aug 7, 2024

Which issue does this PR close?

Closes #11850

Rationale for this change

For an aggregate with grouping expressions but no aggregate expressions, we should not produce duplicate rows in the output.

What changes are included in this PR?

Are these changes tested?

I am working on adding a test

Are there any user-facing changes?

@github-actions github-actions bot added the sqllogictest SQL Logic Tests (.slt) label Aug 7, 2024
@andygrove andygrove closed this Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sqllogictest SQL Logic Tests (.slt)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possible data corruption in "Skipping partial aggregation" change
1 participant