[skip ci]Fix golint error for ReleasePartitions in QueryCoord (#11060)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/11158/head
cai.zhang 2021-11-03 10:47:00 +08:00 committed by GitHub
parent dc7dd9b17a
commit c3d0795e81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +295,7 @@ func (s *Server) LoadPartitions(ctx context.Context, req *querypb.LoadPartitions
return s.queryCoord.LoadPartitions(ctx, req)
}
// ReleasePartitions releases the data of the specified partition in QueryCoord.
func (s *Server) ReleasePartitions(ctx context.Context, req *querypb.ReleasePartitionsRequest) (*commonpb.Status, error) {
return s.queryCoord.ReleasePartitions(ctx, req)
}