-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
expression: fix the issue that incorrect result for a predicate that uses the CHAR() function (#16014) #16557
expression: fix the issue that incorrect result for a predicate that uses the CHAR() function (#16014) #16557
Conversation
Signed-off-by: sre-bot <[email protected]>
/run-all-tests |
wait for tikv/tikv#7546 |
/run-all-tests tikv=pr/7546 |
@sre-bot, please update your pull request. |
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.
LGTM
@SunRunAway PTAL |
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.
LGTM
/merge |
/run-all-tests |
@sre-bot merge failed. |
/merge |
/run-all-tests |
@sre-bot merge failed. |
cherry-pick #16014 to release-3.0
What problem does this PR solve?
Issue Number: close #15986
What is changed and how it works?
When we use the
string
type to determine thebool
value, thestring
type is converted to afloat
type instead of anint
type.Check List
Tests