-
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: add new scalar function IsTruthWithNull (#19621) #19903
expression: add new scalar function IsTruthWithNull (#19621) #19903
Conversation
/run-all-tests |
go.mod
Outdated
@@ -32,7 +32,11 @@ require ( | |||
github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 | |||
github.com/pingcap/kvproto v0.0.0-20200818080353-7aaed8998596 | |||
github.com/pingcap/log v0.0.0-20200828042413-fce0951f1463 | |||
<<<<<<< HEAD |
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.
@wshwsh12 Please fix CI
416c89e
to
02f5ac2
Compare
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
LGTM |
/merge |
/run-all-tests |
@ti-srebot merge failed. |
/run-all-tests |
/merge |
Sorry @imtbkcat, you don't have permission to trigger auto merge event on this branch. |
cherry-pick #19621 to release-4.0
What problem does this PR solve?
Issue Number: close #17720, close #17476
Problem Summary: NewFunction can't get keepnull attributes for isture function.
What is changed and how it works?
Proposal: xxx
What's Changed:
How it Works:
Related changes
Check List
Tests
Side effects
Release note