mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for showPartitions (#8864)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
parent
7cea67b372
commit
0ff3c0a7e4
@ -212,6 +212,7 @@ func (qc *QueryCoord) ReleaseCollection(ctx context.Context, req *querypb.Releas
|
||||
return status, nil
|
||||
}
|
||||
|
||||
// ShowPartitions return all the partitions that have been loaded
|
||||
func (qc *QueryCoord) ShowPartitions(ctx context.Context, req *querypb.ShowPartitionsRequest) (*querypb.ShowPartitionsResponse, error) {
|
||||
collectionID := req.CollectionID
|
||||
log.Debug("show partitions start, ", zap.Int64("collectionID", collectionID), zap.Int64s("partitionIDs", req.PartitionIDs))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user