-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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: Check if the query is killed when joining rows in HashJoin #20270
executor: Check if the query is killed when joining rows in HashJoin #20270
Conversation
Please follow PR Title Format:
Or if the count of mainly changed packages are more than 3, use
|
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
@TszKitLo40 PTAL if free. |
Could you add some test cases? |
I have add a test in |
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.
Rest LGTM
/merge |
/run-all-tests |
@TszKitLo40 merge failed. |
/run-unit-test |
/reward 600 |
This PR's linked issue is not picked. |
I have picked up this issue. |
/reward 600 |
Reward success. |
/merge |
/run-all-tests |
@TszKitLo40 merge failed. |
/run-common-test |
/run-unit-test |
3 similar comments
/run-unit-test |
/run-unit-test |
/run-unit-test |
@TszKitLo40, Congratulations, you get 600 in this PR, and your total score is 4400 in high-performance challenge program. |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-4.0 in PR #20702 |
What problem does this PR solve?
Issue Number: close #20245
Problem Summary:
What is changed and how it works?
What's Changed:
Check if the query is killed when joining rows in HashJoin
How it Works:
Check if the query is killed in
HashJoinExec.join2Chunk
andHashJoinExec.JoinMatchedProbeSideRow2Chunk
Check List
Tests
Release note