Fix monotonicity of the cast function#81722
Merged
yariks5s merged 1 commit intoClickHouse:masterfrom Jun 18, 2025
Merged
Conversation
Contributor
Author
|
cc @yariks5s |
Contributor
Member
Member
|
I will revert that PR. That PR is marked as a bugfix and needs to be backported to previous versions, which doesn't make sense because it fixes nothing. We can bring all changes from that PR here and backport only once.🙂 |
This was referenced Jun 12, 2025
Contributor
Author
|
Integration tests (asan, old analyzer, 6/6)
|
Member
yariks5s
approved these changes
Jun 13, 2025
Contributor
Author
Contributor
Author
|
All checks have passed. PTAL @yariks5s |
Member
|
Looks good, thanks |
Merged
via the queue into
ClickHouse:master
with commit Jun 18, 2025
36b0164
237 of 238 checks passed
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):
This PR might close #80742.
This PR addresses the missing handling for all scenarios involving
Field::Types::UInt64andField::Types::Int64, which were not fully covered in the previous PR #80783 that only handled big integer cases.