mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Update comment typo in collectResultLoop (#11479)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user