mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Update query reduce log (#11401)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
d32c77e99b
commit
021f4c0f8a
@ -1260,9 +1260,7 @@ func mergeRetrieveResults(retrieveResults []*segcorepb.RetrieveResults) (*segcor
|
||||
}
|
||||
}
|
||||
}
|
||||
if skipDupCnt > 0 {
|
||||
log.Debug("skip duplicated query result", zap.Int64("count", skipDupCnt))
|
||||
}
|
||||
log.Debug("skip duplicated query result", zap.Int64("count", skipDupCnt))
|
||||
|
||||
// not found, return default values indicating not result found
|
||||
if ret == nil {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user