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

[skip ci] Add comment for DropAlias (#12019)

Signed-off-by: Ndragondriver <jiquan.long@zilliz.com>
上级 2d4f6919
......@@ -1740,6 +1740,7 @@ func (node *Proxy) CreateAlias(ctx context.Context, request *milvuspb.CreateAlia
return cat.result, nil
}
// DropAlias alter the alias of collection.
func (node *Proxy) DropAlias(ctx context.Context, request *milvuspb.DropAliasRequest) (*commonpb.Status, error) {
if !node.checkHealthy() {
return unhealthyStatus(), nil
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册