-
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
executor: support show table partition regions (#17229) #17294
executor: support show table partition regions (#17229) #17294
Conversation
Signed-off-by: sre-bot <sre-bot@pingcap.com>
/run-all-tests |
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.
Is it necessary to cherry-pick to 4.0 now?
go.mod
Outdated
@@ -30,7 +30,11 @@ require ( | |||
github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 | |||
github.com/pingcap/kvproto v0.0.0-20200428135407-0f5ffe459677 | |||
github.com/pingcap/log v0.0.0-20200117041106-d28c14d3b1cd | |||
<<<<<<< HEAD |
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.
Please resolve conflicts
I think so |
Please merge parser first, @tiancaiamao @XuHuaiyu PTAL |
@crazycs520 Please update go.mod |
…lease-4.0-1982be5009c3
/run-all-tests |
/run-all-tests |
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
/run-unit-test |
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
@jebter can merge |
/merge |
/run-all-tests |
cherry-pick #17229 to release-4.0
Signed-off-by: crazycs520 crazycs520@gmail.com
What problem does this PR solve?
related parser PR pingcap/parser#855
As the title said, here is an example:
What is changed and how it works?
Related changes
Check List
Tests
Side effects
Release note