[skip e2e]Fix typo in comment (#14843)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
cai.zhang 2022-01-05 13:09:19 +08:00 committed by GitHub
parent 2327d53915
commit a671f18f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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