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

[skip ci] Add comment for ShowPartitions (#11678)

Signed-off-by: Ndragondriver <jiquan.long@zilliz.com>
上级 e6f7e320
......@@ -903,6 +903,7 @@ func (node *Proxy) GetPartitionStatistics(ctx context.Context, request *milvuspb
return g.result, nil
}
// ShowPartitions list all partitions in the specific collection.
func (node *Proxy) ShowPartitions(ctx context.Context, request *milvuspb.ShowPartitionsRequest) (*milvuspb.ShowPartitionsResponse, error) {
if !node.checkHealthy() {
return &milvuspb.ShowPartitionsResponse{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册