-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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/core: fix partition selection on hash partitioned table (#16070) #16076
planner/core: fix partition selection on hash partitioned table (#16070) #16076
Conversation
Signed-off-by: sre-bot <sre-bot@pingcap.com>
/run-all-tests |
/run-all-tests |
/rebuild |
/run-common-test |
/run-common-test tidb-test=pr/1036 |
/run-all-tests tidb-test=pr/1036 |
/run-all-tests tidb-test=pr/1036 |
/run-all-tests tidb-test=pr/1036 |
2 similar comments
/run-all-tests tidb-test=pr/1036 |
/run-all-tests tidb-test=pr/1036 |
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
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
/merge |
Your auto merge job has been accepted, waiting for 16377, 16378, 16277 |
/run-all-tests |
@sre-bot merge failed. |
/merge |
Your auto merge job has been accepted, waiting for 15866, 16382, 16379, 16376 |
/run-all-tests |
cherry-pick #16070 to release-3.1
What problem does this PR solve?
See the test case.
What is changed and how it works?
Remove redundancy code and get back the missing code
https://github.com/pingcap/tidb/compare/release-3.0...tiancaiamao:partition-selection-on-hash?expand=1#diff-0411f48b4045359c9f116ef6a779c3efR736-R740
This bug exists on branch 3.0, the master branch is fine.
Tests