Skip to content

Fix 'Not found column' exception in distributed queries with arrays and tuples#33938

Merged
alexey-milovidov merged 3 commits intoClickHouse:masterfrom
CurtizJ:fix-mismatched-columns
Jan 27, 2022
Merged

Fix 'Not found column' exception in distributed queries with arrays and tuples#33938
alexey-milovidov merged 3 commits intoClickHouse:masterfrom
CurtizJ:fix-mismatched-columns

Conversation

@CurtizJ
Copy link
Copy Markdown
Member

@CurtizJ CurtizJ commented Jan 24, 2022

Changelog category (leave one):

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

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fix usage of functions array and tuple with literal arguments in distributed queries. Previously it could lead to Not found columns exception.

Fixes #32374.

@robot-clickhouse robot-clickhouse added the pr-bugfix Pull request with bugfix, not backported by default label Jan 24, 2022
@alexey-milovidov alexey-milovidov self-assigned this Jan 24, 2022
@CurtizJ
Copy link
Copy Markdown
Member Author

CurtizJ commented Jan 27, 2022

@Mergifyio update

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Jan 27, 2022

update

✅ Branch has been successfully updated

@alexey-milovidov alexey-milovidov merged commit ea55c9a into ClickHouse:master Jan 27, 2022
@CurtizJ CurtizJ added the pr-must-backport Pull request should be backported intentionally. Use this label with great care! label Jan 28, 2022
robot-clickhouse pushed a commit that referenced this pull request Jan 28, 2022
robot-clickhouse pushed a commit that referenced this pull request Jan 28, 2022
robot-clickhouse pushed a commit that referenced this pull request Jan 28, 2022
robot-clickhouse pushed a commit that referenced this pull request Jan 28, 2022
robot-clickhouse pushed a commit that referenced this pull request Jan 28, 2022
CurtizJ added a commit that referenced this pull request Feb 3, 2022
Backport #33938 to 22.1: Fix 'Not found column' exception in distributed queries with arrays and tuples
CurtizJ added a commit that referenced this pull request Feb 3, 2022
Backport #33938 to 21.12: Fix 'Not found column' exception in distributed queries with arrays and tuples
CurtizJ added a commit that referenced this pull request Feb 3, 2022
Backport #33938 to 21.11: Fix 'Not found column' exception in distributed queries with arrays and tuples
CurtizJ added a commit that referenced this pull request Feb 3, 2022
Backport #33938 to 21.8: Fix 'Not found column' exception in distributed queries with arrays and tuples
@Felixoid Felixoid added the pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore label Jul 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore pr-bugfix Pull request with bugfix, not backported by default pr-must-backport Pull request should be backported intentionally. Use this label with great care!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Exception when use function array in function multiIf

4 participants