[skip ci] Update comment typo in collectResultLoop (#11479)

Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
pull/11523/head
shaoyue 2021-11-09 19:34:49 +08:00 committed by GitHub
parent f80d38c19a
commit 25382cdfdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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