mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for CreatePartition (#11513)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/11531/head
parent
7fa9edeb25
commit
ccbead0404
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue