Skip to content

Commit

Permalink
fix: search req transfer correctly (#38954)
Browse files Browse the repository at this point in the history
issue: #37899 
pr: #38955

Signed-off-by: chasingegg <[email protected]>
  • Loading branch information
chasingegg authored Jan 3, 2025
1 parent 4533fc8 commit 018fbb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/querynodev2/delegator/delegator.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ func (sd *shardDelegator) shallowCopySearchRequest(req *internalpb.SearchRequest
GroupSize: req.GroupSize,
FieldId: req.FieldId,
IsTopkReduce: req.IsTopkReduce,
IsRecallEvaluation: req.IsRecallEvaluation,
}

return nodeReq
Expand Down

0 comments on commit 018fbb4

Please sign in to comment.