[skip ci] Remove comments (#10541)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/9626/head
Cai Yudong 2021-10-25 15:25:12 +08:00 committed by GitHub
parent f6802589eb
commit 880e375b00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1949,7 +1949,6 @@ func reduceSearchResultData(searchResultData []*schemapb.SearchResultData, avail
//printSearchResultData(sData, strconv.FormatInt(int64(i), 10))
}
// TODO(yukun): Use parallel function
var realTopK int64 = -1
for i := int64(0); i < nq; i++ {
offsets := make([]int64, availableQueryNodeNum)