Fix several cases of queries with FINAL#73682
Merged
CurtizJ merged 1 commit intoClickHouse:masterfrom Dec 24, 2024
Merged
Conversation
FINALFINAL
20 tasks
Contributor
|
This is an automated comment for commit bae8191 with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page
Successful checks
|
Avogar
approved these changes
Dec 24, 2024
Contributor
|
Hello! Is it possible to backport this fixes (starting from 24.3) ? |
Contributor
|
Hello, @Avogar ! Would it be possible to backport this fixes to >= 24.3 versions ? |
robot-ch-test-poll3
added a commit
that referenced
this pull request
Jan 9, 2025
Cherry pick #73682 to 24.10: Fix several cases of queries with `FINAL`
robot-clickhouse
added a commit
that referenced
this pull request
Jan 9, 2025
This was referenced Jan 9, 2025
robot-ch-test-poll3
added a commit
that referenced
this pull request
Jan 9, 2025
Cherry pick #73682 to 24.11: Fix several cases of queries with `FINAL`
robot-clickhouse
added a commit
that referenced
this pull request
Jan 9, 2025
This was referenced Jan 9, 2025
robot-ch-test-poll3
added a commit
that referenced
this pull request
Jan 9, 2025
Cherry pick #73682 to 24.12: Fix several cases of queries with `FINAL`
robot-clickhouse
added a commit
that referenced
this pull request
Jan 9, 2025
robot-ch-test-poll4
added a commit
that referenced
this pull request
Jan 9, 2025
Backport #73682 to 24.11: Fix several cases of queries with `FINAL`
robot-clickhouse
added a commit
that referenced
this pull request
Jan 13, 2025
Cherry pick #73682 to 24.3: Fix several cases of queries with `FINAL`
robot-clickhouse
added a commit
that referenced
this pull request
Jan 13, 2025
robot-clickhouse
added a commit
that referenced
this pull request
Jan 13, 2025
Cherry pick #73682 to 24.8: Fix several cases of queries with `FINAL`
robot-clickhouse
added a commit
that referenced
this pull request
Jan 13, 2025
CurtizJ
added a commit
that referenced
this pull request
Jan 14, 2025
Backport #73682 to 24.8: Fix several cases of queries with `FINAL`
CurtizJ
added a commit
that referenced
this pull request
Jan 14, 2025
Backport #73682 to 24.3: Fix several cases of queries with `FINAL`
CurtizJ
added a commit
that referenced
this pull request
Jan 22, 2025
Backport #73682 to 24.12: Fix several cases of queries with `FINAL`
CurtizJ
added a commit
that referenced
this pull request
Jan 22, 2025
Backport #73682 to 24.10: Fix several cases of queries with `FINAL`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fixed
NOT_FOUND_COLUMN_IN_BLOCKin queries withFINALandSAMPLE. Fixed incorrect result in selects withFINALfromCollapsingMergeTreeand enabled optimizations ofFINAL.Fixes #73640.
Fixes #73118.
Fixes #72498.
CI Settings (Only check the boxes if you know what you are doing):