Planner: Support Planner Interpreter#5321
Conversation
|
[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. |
|
/hold |
|
/hold cancel |
05fd9bd to
7693e14
Compare
|
/label tide/merge-method-rebase |
|
@SeaRise: The label(s) DetailsIn response to this:
Instructions 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. |
|
/label tide/merge-method-rebase |
|
@SeaRise: The label(s) DetailsIn response to this:
Instructions 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. |
|
/label tide/merge-method-rebase |
|
@SeaRise: The label(s) DetailsIn response to this:
Instructions 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. |
|
/label tide/merge-method-rebase |
|
@SeaRise: The label(s) DetailsIn response to this:
Instructions 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. |
|
/label tide/merge-method-rebase |
|
/label tide/merge-method-merge |
|
/run-all-tests |
Coverage for changed filesCoverage summaryfull coverage report (for internal network access only) |
| { | ||
| /// visit physical plan node tree and apply function. | ||
| /// f: (const PhysicalPlanNodePtr &) -> bool, return true to continue visit. | ||
| template <typename FF> |
There was a problem hiding this comment.
Maybe in future, we can use visitor pattern in PhysicalPlanNode.
Co-authored-by: yanweiqi <592838129@qq.com>
Co-authored-by: yanweiqi <592838129@qq.com>
Co-authored-by: yanweiqi <592838129@qq.com>
|
/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: fb13269 |
|
@SeaRise: 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. |
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?
Check List
Tests
Side effects
Documentation
Release note