mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix golint error for ReleaseCollection in QueryNode (#10005)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
0598520e1d
commit
ea24a10dca
@ -307,6 +307,7 @@ func (s *Server) LoadSegments(ctx context.Context, req *querypb.LoadSegmentsRequ
|
||||
return s.querynode.LoadSegments(ctx, req)
|
||||
}
|
||||
|
||||
// ReleaseCollection releases the data of the specified collection in QueryNode.
|
||||
func (s *Server) ReleaseCollection(ctx context.Context, req *querypb.ReleaseCollectionRequest) (*commonpb.Status, error) {
|
||||
// ignore ctx
|
||||
return s.querynode.ReleaseCollection(ctx, req)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user