-
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
*: move irrelevant code out of package "distsql" #5893
Conversation
@coocood @hanfei1991 @winoros PTAL |
plan/plan_to_pb_test.go
Outdated
@@ -131,28 +121,3 @@ func (s *testDistsqlSuite) TestIndexToProto(c *C) { | |||
c.Assert(pIdx.IndexId, Equals, int64(1)) | |||
c.Assert(pIdx.Unique, Equals, true) | |||
} | |||
|
|||
type mockResponse struct { |
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.
This is not used any more?
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.
not sure, reverted.
/run-all-tests |
LGTM |
@zz-jason Will you add unit test in |
@winoros yes. |
/run-common-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
/run-common-test |
/run-all-tests |
No description provided.