[skip ci]Fix golint error for ReleaseCollection in QueryNode (#10005)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
cai.zhang 2021-10-16 17:12:46 +08:00 committed by GitHub
parent 0598520e1d
commit ea24a10dca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)