Skip to content

Fix count(*) with multiple joins#10291

Merged
alexey-milovidov merged 1 commit intoClickHouse:masterfrom
4ertus2:bugs
Apr 15, 2020
Merged

Fix count(*) with multiple joins#10291
alexey-milovidov merged 1 commit intoClickHouse:masterfrom
4ertus2:bugs

Conversation

@4ertus2
Copy link
Copy Markdown
Contributor

@4ertus2 4ertus2 commented Apr 15, 2020

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Changelog category (leave one):

  • Bug Fix

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Allow to use count(*) with multiple JOINs. Fixes #9853

Detailed description / Documentation draft:
Do not interpret * inside of count(*) as general asterisk in JOINs rewriter.

@alexey-milovidov alexey-milovidov merged commit 2b64a97 into ClickHouse:master Apr 15, 2020
@alexey-milovidov alexey-milovidov added the pr-bugfix Pull request with bugfix, not backported by default label Apr 15, 2020
@alex-zaitsev alex-zaitsev mentioned this pull request Apr 20, 2020
24 tasks
CurtizJ pushed a commit that referenced this pull request Apr 22, 2020
Fix count(*) with multiple joins

(cherry picked from commit 2b64a97)
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.

Cross join does not support asterisks for complex queries

3 participants