-
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: enable if/bitxor/bitneg pushdown for TiFlash (#17626) #17651
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.
LGTM
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. |
/run-all-tests |
/merge |
/run-all-tests |
@sre-bot merge failed. |
/run-all-tests |
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
cherry-pick #17626 to release-4.0
What problem does this PR solve?
Problem Summary:
What is changed and how it works?
enable
if/bitxor/bitneg
pushdown for TiFlash, disablenulleq
pushdown for TiFlash because it is not supported yetWhat's Changed:
add
if/bitxor/bitneg
to TiFlash pushdown whitelist, removenulleq
from TiFlash pushdown whitelistRelated changes
Check List
Tests
Release note
if/bitxor/bitneg
pushdown to TiFlashnulleq
pushdown to TiFlash