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:fix retrieve raw data from bitmap array index #34848

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

zhagnlu
Copy link
Collaborator

@zhagnlu zhagnlu commented Jul 19, 2024

Signed-off-by: luzhang <luzhang@zilliz.com>
@sre-ci-robot sre-ci-robot added the size/S Denotes a PR that changes 10-29 lines. label Jul 19, 2024
@mergify mergify bot added dco-passed DCO check passed. kind/bug Issues or changes related a bug labels Jul 19, 2024
@zhagnlu
Copy link
Collaborator Author

zhagnlu commented Jul 22, 2024

rerun ut

1 similar comment
@zhagnlu
Copy link
Collaborator Author

zhagnlu commented Jul 22, 2024

rerun ut

Copy link

codecov bot commented Jul 22, 2024

Codecov Report

Attention: Patch coverage is 42.85714% with 4 lines in your changes missing coverage. Please review.

Project coverage is 71.69%. Comparing base (e4e18cb) to head (ee3059a).
Report is 53 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           master   #34848       +/-   ##
===========================================
- Coverage   84.44%   71.69%   -12.76%     
===========================================
  Files         892     1170      +278     
  Lines      117033   142444    +25411     
===========================================
+ Hits        98832   102122     +3290     
- Misses      13832    35899    +22067     
- Partials     4369     4423       +54     
Files Coverage Δ
pkg/util/indexparamcheck/hybrid_index_checker.go 100.00% <100.00%> (ø)
internal/core/src/exec/expression/UnaryExpr.cpp 0.00% <0.00%> (ø)
internal/core/src/index/BitmapIndex.h 0.00% <0.00%> (ø)

... and 300 files with indirect coverage changes

@zhagnlu
Copy link
Collaborator Author

zhagnlu commented Jul 22, 2024

rerun ut

@@ -44,6 +44,8 @@ const (

// Sparse Index Param
SparseDropRatioBuild = "drop_ratio_build"

MaxBitmapCardinalityLimit = 1000
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be made configurable?

@czs007
Copy link
Contributor

czs007 commented Jul 23, 2024

/approve
/lgtm

@sre-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: czs007, zhagnlu

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

@zhagnlu
Copy link
Collaborator Author

zhagnlu commented Jul 26, 2024

rerun ut

@mergify mergify bot added the ci-passed label Jul 26, 2024
@sre-ci-robot sre-ci-robot merged commit 804ec24 into milvus-io:master Jul 26, 2024
9 of 12 checks passed
sumitd2 pushed a commit to sumitd2/milvus that referenced this pull request Aug 6, 2024
milvus-io#34795

Signed-off-by: luzhang <luzhang@zilliz.com>
Co-authored-by: luzhang <luzhang@zilliz.com>
Signed-off-by: Sumit Dubey <sumit.dubey2@ibm.com>
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/S Denotes a PR that changes 10-29 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants