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

enhance: [cherry-pick] add autoindex mapping for binary/sparse datatype #33625

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

foxspy
Copy link
Contributor

@foxspy foxspy commented Jun 5, 2024

issue: #22837
pr: #33624

@sre-ci-robot sre-ci-robot added the size/L Denotes a PR that changes 100-499 lines. label Jun 5, 2024
@mergify mergify bot added the needs-dco DCO is missing in this pull request. label Jun 5, 2024
Copy link
Contributor

mergify bot commented Jun 5, 2024

@foxspy Thanks for your contribution. Please submit with DCO, see the contributing guide https://github.com/milvus-io/milvus/blob/master/CONTRIBUTING.md#developer-certificate-of-origin-dco.

Copy link
Contributor

mergify bot commented Jun 5, 2024

@foxspy Please associate the related pr of master to the body of your Pull Request. (eg. “pr: #”)

@mergify mergify bot added do-not-merge/missing-related-pr kind/enhancement Issues or changes related to enhancement labels Jun 5, 2024
Copy link
Contributor

mergify bot commented Jun 5, 2024

@foxspy ut workflow job failed, comment rerun ut can trigger the job again.

@foxspy
Copy link
Contributor Author

foxspy commented Jun 5, 2024

pr: #33624

@foxspy foxspy changed the title enhance: [2.4]add autoindex mapping for binary/sparse datatype enhance: [cherry-pick]add autoindex mapping for binary/sparse datatype Jun 5, 2024
@foxspy foxspy changed the title enhance: [cherry-pick]add autoindex mapping for binary/sparse datatype enhance: [cherry-pick] add autoindex mapping for binary/sparse datatype Jun 5, 2024
@foxspy
Copy link
Contributor Author

foxspy commented Jun 5, 2024

/rerun ut

@foxspy foxspy changed the title enhance: [cherry-pick] add autoindex mapping for binary/sparse datatype enhance: [cherry-pick] add autoindex mapping for binary/sparse datatype Jun 5, 2024
@foxspy foxspy force-pushed the autoindex_bs_support_2_4 branch 2 times, most recently from ebe8142 to 982f440 Compare June 5, 2024 12:13
Signed-off-by: xianliang.li <xianliang.li@zilliz.com>
Copy link

codecov bot commented Jun 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.12%. Comparing base (e282e14) to head (28b07c5).
Report is 8 commits behind head on 2.4.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##              2.4   #33625      +/-   ##
==========================================
- Coverage   82.13%   82.12%   -0.02%     
==========================================
  Files        1010     1010              
  Lines      128566   128564       -2     
==========================================
- Hits       105600   105577      -23     
- Misses      18983    18995      +12     
- Partials     3983     3992       +9     
Files Coverage Δ
internal/proxy/task_index.go 80.76% <100.00%> (+0.23%) ⬆️
pkg/util/indexparamcheck/hnsw_checker.go 100.00% <100.00%> (ø)
pkg/util/indexparams/index_params.go 90.43% <100.00%> (+0.09%) ⬆️
pkg/util/paramtable/autoindex_param.go 91.37% <100.00%> (+1.37%) ⬆️

... and 53 files with indirect coverage changes

@czs007
Copy link
Collaborator

czs007 commented Jun 6, 2024

/approve
/lgtm

@sre-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

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

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

@czs007 czs007 added this to the 2.4.5 milestone Jun 6, 2024
@sre-ci-robot sre-ci-robot merged commit 58a7111 into milvus-io:2.4 Jun 6, 2024
14 checks passed
p.PrepareParams = ParamItem{
Key: "autoIndex.params.prepare",
Version: "2.3.2",
}
p.PrepareParams.Init(base.mgr)

p.LoadAdaptParams = ParamItem{
Key: "autoIndex.params.load",
Version: "2.4.5",
Copy link
Contributor

Choose a reason for hiding this comment

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

why need load params? prepare is enough?

chasingegg pushed a commit to chasingegg/milvus that referenced this pull request Jun 14, 2024
sre-ci-robot pushed a commit that referenced this pull request Jun 18, 2024
issue: #22837 

contain #33625
#33867
#33911 which already merged to
2.4 branch

Signed-off-by: chasingegg <chao.gao@zilliz.com>
Co-authored-by: foxspy <xianliang.li@zilliz.com>
yellow-shine pushed a commit to yellow-shine/milvus that referenced this pull request Jul 2, 2024
issue: milvus-io#22837 

contain milvus-io#33625
milvus-io#33867
milvus-io#33911 which already merged to
2.4 branch

Signed-off-by: chasingegg <chao.gao@zilliz.com>
Co-authored-by: foxspy <xianliang.li@zilliz.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved area/compilation ci-passed kind/enhancement Issues or changes related to enhancement lgtm needs-dco DCO is missing in this pull request. size/L Denotes a PR that changes 100-499 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants