[skip ci] Add comment for DropPartition (#11565)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/11590/head
dragondriver 2021-11-10 19:54:09 +08:00 committed by GitHub
parent 5a264fbd05
commit c60cf1133c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -614,6 +614,7 @@ func (node *Proxy) CreatePartition(ctx context.Context, request *milvuspb.Create
return cpt.result, nil
}
// DropPartition drop a partition in specific collection.
func (node *Proxy) DropPartition(ctx context.Context, request *milvuspb.DropPartitionRequest) (*commonpb.Status, error) {
if !node.checkHealthy() {
return unhealthyStatus(), nil