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

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/12026/head
dragondriver 2021-11-17 19:53:18 +08:00 committed by GitHub
parent 2d4f691905
commit c4adca9773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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