-
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
executor: fix index join error when join key is ENUM or SET #19235
Conversation
/run-all-tests |
/run-all-tests |
/run-check_dev_2 |
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:
|
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
/run-all-tests |
@SunRunAway merge failed. |
/merge |
/run-all-tests |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-3.0 in PR #19413 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-3.1 in PR #19414 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-4.0 in PR #19415 |
…19415) Signed-off-by: ti-srebot <[email protected]>
What problem does this PR solve?
Issue Number: close #19233
Problem Summary:
What is changed and how it works?
Proposal: xxx
What's Changed:
ErrTruncated
when join key is ENUM or SETctx.Err()
infetchInnerResults
ctx.Err()
in other places.How it Works:
Related changes
Check List
Tests
Release note