-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Fix ReplicaInfo package name #16400
Fix ReplicaInfo package name #16400
Conversation
@congqixia ut workflow job failed, comment |
/lgtm |
Codecov Report
@@ Coverage Diff @@
## master #16400 +/- ##
==========================================
- Coverage 81.47% 81.45% -0.02%
==========================================
Files 425 426 +1
Lines 65259 65431 +172
==========================================
+ Hits 53167 53298 +131
- Misses 9618 9652 +34
- Partials 2474 2481 +7
|
755fdb2
to
4acd859
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fix milvus-io#16399 PR 16373 breaks the build after ReplicaInfo moved from querypb to milvuspb Also fix problem in Makefile Limit action/setup-go version to ~1.17.1(>=1.17.1 <1.18.0) Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
4acd859
to
63f317d
Compare
/lgtm |
Fix #16399
PR 16373 breaks the build after ReplicaInfo moved from querypb to milvuspb
/kind bug
Signed-off-by: Congqi Xia congqi.xia@zilliz.com