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

[skip ci]Fix golint error for ReleasePartitions in QueryNode (#10063)

Signed-off-by: Ncai.zhang <cai.zhang@zilliz.com>
上级 62446f63
......@@ -315,6 +315,7 @@ func (s *Server) ReleaseCollection(ctx context.Context, req *querypb.ReleaseColl
return s.querynode.ReleaseCollection(ctx, req)
}
// ReleasePartitions releases the data of the specified partitions in QueryNode.
func (s *Server) ReleasePartitions(ctx context.Context, req *querypb.ReleasePartitionsRequest) (*commonpb.Status, error) {
// ignore ctx
return s.querynode.ReleasePartitions(ctx, req)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册