-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Weaken check for sparse columns in Block #79491
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
Conversation
ba0e292 to
b67b996
Compare
| ); | ||
|
|
||
| -- query 3 | ||
| -- it works with old analyzer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it works with old analyzer, maybe it should work with new as well.
|
Bugfix validation check looks broken, it failed with |
|
The reason for the failure is that old version is unable to start. Added here: #79148 |
0bd11c4
Cherry pick #79491 to 24.8: Weaken check for sparse columns in Block
Cherry pick #79491 to 25.2: Weaken check for sparse columns in Block
Cherry pick #79491 to 25.3: Weaken check for sparse columns in Block
Cherry pick #79491 to 25.4: Weaken check for sparse columns in Block
Backport #79491 to 24.8: Weaken check for sparse columns in Block
Backport #79491 to 25.2: Weaken check for sparse columns in Block
Backport #79491 to 25.3: Weaken check for sparse columns in Block
Backport #79491 to 25.4: Weaken check for sparse columns in Block
Backport ClickHouse#79491 to 24.8: Weaken check for sparse columns in Block
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fixed error
Block structure mismatchin several cases with tables with sparse columns.Fixes #61738.