-
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
fix: add SearchOnSealed unit test and fix a bug (#37241) #37293
Conversation
issue: milvus-io#37244 --------- Signed-off-by: sunby <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sunby The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@sunby Please associate the related pr of master to the body of your Pull Request. (eg. “pr: #”) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.5 #37293 +/- ##
==========================================
- Coverage 83.14% 80.90% -2.24%
==========================================
Files 1029 1319 +290
Lines 157291 182771 +25480
==========================================
+ Hits 130778 147870 +17092
- Misses 21342 29728 +8386
- Partials 5171 5173 +2
|
search_info, | ||
bitset_view, | ||
data_type); | ||
for (auto& o : sub_qr.mutable_seg_offsets()) { |
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.
This seems to be super ugly.
can we simply by pass a result the resultset to knowhere and let knowhere fill it inside?
@liliu-z please help on this. also it doesn't make sense to cp the the bitset if it's not aligned
@cqy123456 is working on this. |
2.5 branch has been deleted, this pr will be closed. |
issue: #37244