mirror of https://github.com/milvus-io/milvus.git
[skip ci] Update comment typo in collectResultLoop (#11479)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>pull/11523/head
parent
f80d38c19a
commit
25382cdfdf
|
@ -651,7 +651,7 @@ func (sched *taskScheduler) collectResultLoop() {
|
|||
defer queryResultMsgStream.Close()
|
||||
|
||||
searchResultBufs := make(map[UniqueID]*searchResultBuf)
|
||||
searchResultBufFlags := make(map[UniqueID]bool) // if value is true, we can ignore queryResult
|
||||
searchResultBufFlags := make(map[UniqueID]bool) // if value is true, we can ignore searchResult
|
||||
queryResultBufs := make(map[UniqueID]*queryResultBuf)
|
||||
queryResultBufFlags := make(map[UniqueID]bool) // if value is true, we can ignore queryResult
|
||||
|
||||
|
|
Loading…
Reference in New Issue