[skip ci] Add comment for CreatePartition (#11513)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/11531/head
dragondriver 2021-11-09 20:02:14 +08:00 committed by GitHub
parent 7fa9edeb25
commit ccbead0404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -560,6 +560,7 @@ func (node *Proxy) ShowCollections(ctx context.Context, request *milvuspb.ShowCo
return sct.result, nil
}
// CreatePartition create a partition in specific collection.
func (node *Proxy) CreatePartition(ctx context.Context, request *milvuspb.CreatePartitionRequest) (*commonpb.Status, error) {
if !node.checkHealthy() {
return unhealthyStatus(), nil