未验证 提交 ccbead04 编写于 作者: D dragondriver 提交者: GitHub

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

Signed-off-by: Ndragondriver <jiquan.long@zilliz.com>
上级 7fa9edeb
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册