[skip e2e] Add comment for historical retrieve (#14518)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/14539/head
bigsheeper 2021-12-29 17:35:27 +08:00 committed by GitHub
parent 0437dadd75
commit 6bd640c130
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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