未验证 提交 3ea83d77 编写于 作者: J jingkl 提交者: GitHub

[skip ci] Add the comments to service (#13411)

Signed-off-by: Njingkl <jingjing.jia@zilliz.com>
上级 f8b85c46
......@@ -366,6 +366,7 @@ func (s *Server) HasPartition(ctx context.Context, request *milvuspb.HasPartitio
return s.proxy.HasPartition(ctx, request)
}
// LoadPartitions notifies Proxy to load the partitions data
func (s *Server) LoadPartitions(ctx context.Context, request *milvuspb.LoadPartitionsRequest) (*commonpb.Status, error) {
return s.proxy.LoadPartitions(ctx, request)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册