-
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 errors in Apply when the type of correlation column is bit
#19331
Conversation
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 |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-3.0 in PR #19691 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-4.0 in PR #19692 |
What problem does this PR solve?
Issue Number: close #19315
Problem Summary: executor: fix errors in Apply when the type of correlation column is
bit
What is changed and how it works?
When the type of correlation column is
bit
, the apply executor may return errors in some cases.The reason is that bit correlation columns cannot be pushed down, but the optimizer pushes it down to cop-tasks in the optimization phase.
Check List
Tests
Release note
bit