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: Rectify OffsetOrderedArray contain logic #37305

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

congqixia
Copy link
Contributor

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 approved size/XS Denotes a PR that changes 0-9 lines. 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 80.89%. Comparing base (90948e9) to head (b823c5b).
Report is 4 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #37305      +/-   ##
==========================================
- Coverage   83.11%   80.89%   -2.23%     
==========================================
  Files        1029     1319     +290     
  Lines      157231   182677   +25446     
==========================================
+ Hits       130689   147768   +17079     
- Misses      21379    29734    +8355     
- Partials     5163     5175      +12     
Components Coverage Δ
Client ∅ <ø> (∅)
Core 67.12% <100.00%> (∅)
Go 83.13% <61.53%> (-0.01%) ⬇️
Files with missing lines Coverage Δ
internal/core/src/segcore/InsertRecord.h 83.55% <100.00%> (ø)

... and 321 files with indirect coverage changes

sre-ci-robot pushed a commit that referenced this pull request Oct 30, 2024
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.

Signed-off-by: Congqi Xia <[email protected]>
@mergify mergify bot added the ci-passed label Oct 30, 2024
@sre-ci-robot sre-ci-robot merged commit 7961568 into milvus-io:master Oct 30, 2024
19 of 20 checks passed
congqixia added a commit to congqixia/milvus that referenced this pull request Oct 30, 2024
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]>
xiaofan-luan pushed a commit to xiaofan-luan/milvus that referenced this pull request Oct 30, 2024
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]>
xiaofan-luan pushed a commit to xiaofan-luan/milvus that referenced this pull request Oct 30, 2024
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 pushed a commit that referenced this pull request Oct 31, 2024
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.

Signed-off-by: Congqi Xia <[email protected]>
@congqixia congqixia deleted the fix/rectify_pkidx_contain branch November 4, 2024 01:54
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