mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Fix comment for loadPartitions (#9915)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
parent
3d5f60fd4c
commit
0ea1cdb555
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user