-
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: return error from indexHashJoin worker to main thread #18573
Conversation
Codecov Report
@@ Coverage Diff @@
## master #18573 +/- ##
===========================================
Coverage 79.5119% 79.5119%
===========================================
Files 540 540
Lines 145758 145758
===========================================
Hits 115895 115895
Misses 20537 20537
Partials 9326 9326 |
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 |
@XuHuaiyu merge failed. |
/run-common-test |
/run-integration-copr-test |
/run-common-test |
/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
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
@XuHuaiyu merge failed. |
/run-integration-common-test |
/run-sqllogic-test-2 |
/run-unit-test |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-4.0 in PR #18586 |
What problem does this PR solve?
Issue Number: close #18572
Problem Summary:
Before this commit, the error happened during the outer/inner worker of indexHashJoin is not returned to the main thread.
What is changed and how it works?
What's Changed:
As the title says.
How it Works:
Related changes
v4.0.0
Check List
Tests
Side effects
N/A
Release note