mirror of https://github.com/milvus-io/milvus.git
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…
Reference in New Issue