mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Fix typo in comment (#14843)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/14845/head
parent
2327d53915
commit
a671f18f15
|
@ -178,7 +178,7 @@ type DataCoord interface {
|
|||
// error is returned only when some communication issue occurs
|
||||
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
|
||||
// req contains the collection and partition id to query
|
||||
|
|
Loading…
Reference in New Issue