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 incorrect predicate push down with grouping sets #46151

Merged
merged 13 commits into from
Feb 22, 2023

Conversation

ucasfl
Copy link
Collaborator

@ucasfl ucasfl commented Feb 8, 2023

Changelog category (leave one):

  • Bug Fix (user-visible misbehavior in official stable or prestable release)

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Fix incorrect predicate push down with grouping sets. Closes #45947

@robot-ch-test-poll4 robot-ch-test-poll4 added the pr-bugfix Pull request with bugfix, not backported by default label Feb 8, 2023
@nickitat nickitat self-assigned this Feb 8, 2023
Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>
@novikd novikd self-assigned this Feb 9, 2023
@ucasfl ucasfl requested a review from novikd February 12, 2023 05:53
fix
@nickitat
Copy link
Member

test failures seem irrelevant

@nickitat nickitat merged commit 678e425 into ClickHouse:master Feb 22, 2023
@ucasfl ucasfl deleted the predicate-push-down branch February 22, 2023 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-bugfix Pull request with bugfix, not backported by default
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GROUPNG SETS with predicate return empty result.
4 participants