未验证 提交 cfda5ecc 编写于 作者: D dragondriver 提交者: GitHub

[skip ci] Add comment for HasPartition (#11566)

Signed-off-by: Ndragondriver <jiquan.long@zilliz.com>
上级 c60cf113
......@@ -668,6 +668,7 @@ func (node *Proxy) DropPartition(ctx context.Context, request *milvuspb.DropPart
return dpt.result, nil
}
// HasPartition check if partition exist.
func (node *Proxy) HasPartition(ctx context.Context, request *milvuspb.HasPartitionRequest) (*milvuspb.BoolResponse, error) {
if !node.checkHealthy() {
return &milvuspb.BoolResponse{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册