-
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
planner: Implement PointGet in TryFastPlan for range/list paritition table #24588
Conversation
Leave some unit tests to be added soon. |
/merge |
@qw4990: In 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. |
/cc @qw4990 |
/run-all-tests |
2 similar comments
/run-all-tests |
/run-all-tests |
/run-check_dev_2 |
/run-common-test |
/run-integration-common-test |
/run-common-test |
/run-integration-common-test |
1 similar comment
/run-integration-common-test |
/run-common-test |
/run-check_dev_2 |
/merge |
/run-check_dev_2 |
/run-common-test |
/run-integration-common-test |
/run-all-tests This bot automatically retries jobs that failed on can merge PRs (send feedback to hi-rustin). Silence the bot with the |
/run-all-tests |
/run-all-tests tidb-test=pr/1198 |
Signed-off-by: xhe <[email protected]>
Merge canceled because a new commit is pushed. |
Signed-off-by: xhe <[email protected]>
/run-all-tests tidb-test=pr/1198 |
/run-check_dev_2 tidb-test=pr/1198 |
Signed-off-by: xhe <[email protected]>
What problem does this PR solve?
Issue Number: related to #24476, #24150
Problem Summary:
What is changed and how it works?
What's Changed:
tryPointGetPlan
logic. Let it permit other types of partition table other than hash partition table. Add logic to locate partition table.How it Works:
paris
variable, we use it to locate the partition where data point lies.Check List
Tests
Side effects
Release note