Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: [2.4] Rectify OffsetOrderedArray contain logic #37309

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

congqixia
Copy link
Contributor

Cherry pick from master
pr: #37305
Related to #36887

Remove non-hit pk delete record logic does not work since insert_record_.contain does not work due to logic problem.

Related to milvus-io#36887

Remove non-hit pk delete record logic does not work since
`insert_record_.contain` does not work due to logic problem.

Signed-off-by: Congqi Xia <[email protected]>
@sre-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: congqixia

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@sre-ci-robot sre-ci-robot added size/XS Denotes a PR that changes 0-9 lines. approved labels Oct 30, 2024
@mergify mergify bot added dco-passed DCO check passed. kind/bug Issues or changes related a bug labels Oct 30, 2024
@XuanYang-cn
Copy link
Contributor

/lgtm

Copy link

codecov bot commented Oct 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.21%. Comparing base (3d1e81f) to head (3ecb5bd).
Report is 5 commits behind head on 2.4.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##              2.4   #37309      +/-   ##
==========================================
+ Coverage   72.10%   72.21%   +0.10%     
==========================================
  Files        1069     1069              
  Lines      165674   165705      +31     
==========================================
+ Hits       119467   119660     +193     
+ Misses      41827    41698     -129     
+ Partials     4380     4347      -33     
Files with missing lines Coverage Δ
internal/core/src/segcore/InsertRecord.h 72.59% <100.00%> (ø)

... and 37 files with indirect coverage changes

@sre-ci-robot sre-ci-robot merged commit 37d691f into milvus-io:2.4 Oct 30, 2024
14 of 15 checks passed
@congqixia congqixia deleted the cp24/37305 branch November 4, 2024 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved ci-passed dco-passed DCO check passed. kind/bug Issues or changes related a bug lgtm size/XS Denotes a PR that changes 0-9 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants