Skip to content

Disable projections in presense of any grouping sets, including WITH ROLLUP, WITH CUBE and WITH TOTALS#44615

Merged
alexey-milovidov merged 1 commit intomasterfrom
projection-grouping-sets
Dec 27, 2022
Merged

Disable projections in presense of any grouping sets, including WITH ROLLUP, WITH CUBE and WITH TOTALS#44615
alexey-milovidov merged 1 commit intomasterfrom
projection-grouping-sets

Conversation

@alexey-milovidov
Copy link
Copy Markdown
Member

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):

Projections do not work in presence of WITH ROLLUP, WITH CUBE and WITH TOTALS. In previous versions, a query produced an exception instead of skipping the usage of projections. This closes #44614. This closes #42772.

@robot-clickhouse-ci-1 robot-clickhouse-ci-1 added the pr-bugfix Pull request with bugfix, not backported by default label Dec 26, 2022
@alexey-milovidov
Copy link
Copy Markdown
Member Author

#44573

@alexey-milovidov
Copy link
Copy Markdown
Member Author

#44627

@alexey-milovidov alexey-milovidov self-assigned this Dec 27, 2022
@alexey-milovidov alexey-milovidov merged commit 464a513 into master Dec 27, 2022
@alexey-milovidov alexey-milovidov deleted the projection-grouping-sets branch December 27, 2022 12:31
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.

Projections and WITH TOTALS don't work with non-default totals_mode Projections and mismatched number of columns

2 participants