-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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... (#15927) #16666
expression: fix the issue that incorrect result for... (#15927) #16666
Conversation
Signed-off-by: sre-bot <sre-bot@pingcap.com>
/run-all-tests |
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.
@qw4990 please fix CI:
[2020-04-21T06:45:45.011Z] expression/integration_test.go:6114:1: expected declaration, found '<<'
[2020-04-21T06:45:45.011Z] expression/integration_test.go:6164:115: illegal character U+0023 '#'
@sre-bot, please update your pull request. |
/run-all-tests |
/rebuild |
/run-all-tests tikv=pr/7583 |
Conflicts have been resolved, PTAL @zz-jason @SunRunAway @breeswish @zhongzc |
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
cherry-pick #15927 to release-4.0
What problem does this PR solve?
Issue Number: close #15743, close #16426
What is changed and how it works?
Don't round the value when converting it to
bool
.Check List
Tests