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

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
dragondriver 2021-11-17 19:57:12 +08:00 committed by GitHub
parent bc765ea65b
commit aa17f561fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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