Support finalize for join#8366
Conversation
0f310f2 to
b0ffb43
Compare
|
/run-all-tests |
3 similar comments
|
/run-all-tests |
|
/run-all-tests |
|
/run-all-tests |
2984d89 to
cfd5ea5
Compare
|
/run-all-tests |
cfd5ea5 to
030353b
Compare
|
/run-all-tests |
030353b to
9c2a1fe
Compare
|
/run-all-tests |
9c2a1fe to
3b9af83
Compare
|
/run-all-tests |
76262cf to
efca8d5
Compare
|
/run-all-tests |
085934e to
b154d85
Compare
a4d7d5f to
16bb393
Compare
|
/run-all-tests |
1f99459 to
aa3896d
Compare
a86db27 to
cd918f7
Compare
Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
Signed-off-by: xufei <xufei@pingcap.com>
Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
Co-authored-by: Liqi Geng <gengliqiii@gmail.com>
95fee18 to
e8087e9
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gengliqi, SeaRise The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@windtalker: Your PR was out of date, I have automatically updated it for you. At the same time I will also trigger all tests for you: /run-all-tests
If the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
|
/run-integration-tests |
What problem does this PR solve?
Issue Number: close #8296
Problem Summary:
Support
finalizefor joinWhat is changed and how it works?
finalizefor PhysicalJoinFinalizeRuleworks for the whole planner tree(before this pr,FinalizeRulewill stop at the First PhyscialJoin node)ProbeProcessInfoandJoin.cppCheck List
Tests
Before this pr
After this pr
Side effects
Documentation
Release note