Skip to content

Commit

Permalink
enhance: Fix PR conflict in reduce unit test (milvus-io#36470)
Browse files Browse the repository at this point in the history
Related to milvus-io#36433 milvus-io#36180

Signed-off-by: Congqi Xia <[email protected]>
  • Loading branch information
congqixia authored Sep 24, 2024
1 parent 3bd7ec8 commit ed95568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/querynodev2/segments/result_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func (suite *ResultSuite) TestResult_MergeSegcoreRetrieveResults() {
}

result, err := MergeSegcoreRetrieveResultsV1(context.Background(), []*segcorepb.RetrieveResults{result1, result2},
NewMergeParam(typeutil.Unlimited, make([]int64, 0), nil, false))
NewMergeParam(typeutil.Unlimited, make([]int64, 0), nil, reduce.IReduceNoOrder))
suite.NoError(err)
suite.Equal(3, len(result.GetFieldsData()))
suite.Equal([]int64{1}, result.GetIds().GetIntId().GetData())
Expand Down

0 comments on commit ed95568

Please sign in to comment.