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