-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Conversation
@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. |
@foxspy Please associate the related pr of master to the body of your Pull Request. (eg. “pr: #”) |
@foxspy ut workflow job failed, comment |
pr: #33624 |
/rerun ut |
ebe8142
to
982f440
Compare
982f440
to
5f7e30f
Compare
Signed-off-by: xianliang.li <xianliang.li@zilliz.com>
5f7e30f
to
28b07c5
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ 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
|
/approve |
[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 |
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", |
There was a problem hiding this comment.
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?
…pe (milvus-io#33625) issue: milvus-io#22837 pr: milvus-io#33624 Signed-off-by: xianliang.li <xianliang.li@zilliz.com>
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>
issue: #22837
pr: #33624