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

[skip ci] Add comment for AlterAlias (#12020)

Signed-off-by: Ndragondriver <jiquan.long@zilliz.com>
上级 bc765ea6
......@@ -1785,6 +1785,7 @@ func (node *Proxy) DropAlias(ctx context.Context, request *milvuspb.DropAliasReq
return dat.result, nil
}
// AlterAlias alter alias of collection.
func (node *Proxy) AlterAlias(ctx context.Context, request *milvuspb.AlterAliasRequest) (*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.
先完成此消息的编辑!
想要评论请 注册