mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for historical retrieve (#14518)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/14539/head
parent
0437dadd75
commit
6bd640c130
|
@ -117,6 +117,7 @@ func (h *historical) removeGlobalSegmentIDsByPartitionIds(partitionIDs []UniqueI
|
|||
}
|
||||
}
|
||||
|
||||
// // retrieve will retrieve from the segments in historical
|
||||
func (h *historical) retrieve(collID UniqueID, partIDs []UniqueID, vcm storage.ChunkManager,
|
||||
plan *RetrievePlan) ([]*segcorepb.RetrieveResults, []UniqueID, []UniqueID, error) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue