From 0ea1cdb555b6209a0b405cbf9fc0d24581d359a8 Mon Sep 17 00:00:00 2001 From: xige-16 Date: Fri, 15 Oct 2021 09:04:32 +0800 Subject: [PATCH] [skip ci] Fix comment for loadPartitions (#9915) Signed-off-by: xige-16 --- internal/querycoord/impl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/querycoord/impl.go b/internal/querycoord/impl.go index 7b8ed60123..00d33de43e 100644 --- a/internal/querycoord/impl.go +++ b/internal/querycoord/impl.go @@ -284,7 +284,7 @@ func (qc *QueryCoord) ShowPartitions(ctx context.Context, req *querypb.ShowParti }, nil } -// LoadPartition loads all the sealed segments of this partition to queryNodes, and assigns watchDmChannelRequest to queryNodes +// LoadPartitions loads all the sealed segments of this partition to queryNodes, and assigns watchDmChannelRequest to queryNodes func (qc *QueryCoord) LoadPartitions(ctx context.Context, req *querypb.LoadPartitionsRequest) (*commonpb.Status, error) { collectionID := req.CollectionID partitionIDs := req.PartitionIDs