-
Notifications
You must be signed in to change notification settings - Fork 3k
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: Add L0 forward policy to support remote load #36189
enhance: Add L0 forward policy to support remote load #36189
Conversation
Related to milvus-io#35303 This PR add a param item to support change l0 forward behavior from bf filtering and forward to remote load. Signed-off-by: Congqi Xia <[email protected]>
@congqixia E2e jenkins job failed, comment |
Signed-off-by: Congqi Xia <[email protected]>
[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 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #36189 +/- ##
==========================================
- Coverage 81.40% 72.37% -9.04%
==========================================
Files 1274 1275 +1
Lines 151739 151797 +58
==========================================
- Hits 123522 109856 -13666
- Misses 23316 37034 +13718
- Partials 4901 4907 +6
|
/lgtm |
Related to milvus-io#35303 This PR add a param item to support change l0 forward behavior from bf filtering and forward to remote load. --------- Signed-off-by: Congqi Xia <[email protected]>
…36208) Cherry-pick from master pr: #36189 Related to #35303 This PR add a param item to support change l0 forward behavior from bf filtering and forward to remote load. --------- Signed-off-by: Congqi Xia <[email protected]>
Related to #35303
This PR add a param item to support change l0 forward behavior from bf filtering and forward to remote load.