未验证 提交 c3d0795e 编写于 作者: C cai.zhang 提交者: GitHub

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

Signed-off-by: Ncai.zhang <cai.zhang@zilliz.com>
上级 dc7dd9b1
......@@ -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)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册