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