Planner: planner without DAGQueryBlock#5381
Planner: planner without DAGQueryBlock#5381ti-chi-bot merged 37 commits intopingcap:planner_refactoryfrom
DAGQueryBlock#5381Conversation
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
05fd9bd to
7693e14
Compare
|
/run-integration-test |
Coverage for changed filesCoverage summaryfull coverage report (for internal network access only) |
|
/run-all-tests |
Coverage for changed filesCoverage summaryfull coverage report (for internal network access only) |
| auto & list_based_executors_order = dag_context.list_based_executors_order; | ||
| PhysicalPlanVisitor::visitPostOrder(root_node, [&](const PhysicalPlanNodePtr & plan) { | ||
| assert(plan); | ||
| if (plan->isRecordProfileStreams()) |
There was a problem hiding this comment.
But FinalProjection.isRecordProfileStreams() == false, so I think it's better not to add likely
|
/merge |
|
@SeaRise: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests You only need to trigger If you have any questions about the PR merge process, please refer to pr process. 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. |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 3140faa |
|
/run-integration-test |
|
/merge |
|
@SeaRise: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests You only need to trigger If you have any questions about the PR merge process, please refer to pr process. 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. |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 00409a5 |
Coverage for changed filesCoverage summaryfull coverage report (for internal network access only) |
What problem does this PR solve?
Issue Number: ref #4739
Problem Summary:
What is changed and how it works?
PhysicalSourcePlanQuerySourcePlannerrun withoutDAGQueryBlockCheck List
Tests
Side effects
Documentation
Release note