mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
[skip e2e]Fix typo in comment (#14843)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
2327d53915
commit
a671f18f15
@ -178,7 +178,7 @@ type DataCoord interface {
|
|||||||
// error is returned only when some communication issue occurs
|
// error is returned only when some communication issue occurs
|
||||||
GetCollectionStatistics(ctx context.Context, req *datapb.GetCollectionStatisticsRequest) (*datapb.GetCollectionStatisticsResponse, error)
|
GetCollectionStatistics(ctx context.Context, req *datapb.GetCollectionStatisticsRequest) (*datapb.GetCollectionStatisticsResponse, error)
|
||||||
|
|
||||||
// GetParititonStatistics requests partition statistics
|
// GetPartitionStatistics requests partition statistics
|
||||||
//
|
//
|
||||||
// ctx is the context to control request deadline and cancellation
|
// ctx is the context to control request deadline and cancellation
|
||||||
// req contains the collection and partition id to query
|
// req contains the collection and partition id to query
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user