mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint error for ReleaseSegments in QueryNode (#10064)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/10130/head
parent
aba26a888a
commit
cbb8236c05
|
@ -321,6 +321,7 @@ func (s *Server) ReleasePartitions(ctx context.Context, req *querypb.ReleasePart
|
|||
return s.querynode.ReleasePartitions(ctx, req)
|
||||
}
|
||||
|
||||
// ReleaseSegments releases the data of the specified segments in QueryNode.
|
||||
func (s *Server) ReleaseSegments(ctx context.Context, req *querypb.ReleaseSegmentsRequest) (*commonpb.Status, error) {
|
||||
// ignore ctx
|
||||
return s.querynode.ReleaseSegments(ctx, req)
|
||||
|
|
Loading…
Reference in New Issue