-
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: support bitmap mmap #35399
enhance: support bitmap mmap #35399
Conversation
@zhagnlu E2e jenkins job failed, comment |
fdca4ed
to
9d63c1e
Compare
@zhagnlu E2e jenkins job failed, comment |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #35399 +/- ##
==========================================
+ Coverage 72.37% 81.32% +8.95%
==========================================
Files 1237 1237
Lines 147726 147946 +220
==========================================
+ Hits 106912 120316 +13404
+ Misses 36054 22862 -13192
- Partials 4760 4768 +8
|
/run-cpu-e2e |
9d63c1e
to
a243839
Compare
a243839
to
6f25a34
Compare
rerun ut |
1 similar comment
rerun ut |
6f25a34
to
510cb9f
Compare
indexType == IndexSparseWand | ||
indexType == IndexSparseWand || | ||
indexType == IndexBitmap || | ||
indexType == IndexHybrid |
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.
HybridINdex is not Vector Index
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.
good catch
/approve |
[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 |
510cb9f
to
c5207ad
Compare
@zhagnlu E2e jenkins job failed, comment |
a576233
to
f9585f1
Compare
rerun ut |
f9585f1
to
2f25a48
Compare
rerun ut |
Signed-off-by: luzhang <[email protected]>
2f25a48
to
29bb1e2
Compare
/lgtm |
#32900