-
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: refactor bitmap index and internal hybrid index #34450
Conversation
c175387
to
ed0acbf
Compare
@zhagnlu E2e jenkins job failed, comment |
ed0acbf
to
7e682fe
Compare
7e682fe
to
3b4c681
Compare
@zhagnlu E2e jenkins job failed, comment |
81219c8
to
f53f717
Compare
@zhagnlu E2e jenkins job failed, comment |
rerun ut |
/run-cpu-e2e |
1 similar comment
/run-cpu-e2e |
rerun ut |
f53f717
to
12bbdad
Compare
rerun ut |
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.
/lgtm
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #34450 +/- ##
==========================================
+ Coverage 80.76% 80.79% +0.02%
==========================================
Files 1161 1157 -4
Lines 141015 141421 +406
==========================================
+ Hits 113892 114257 +365
- Misses 22750 22789 +39
- Partials 4373 4375 +2
|
@zhagnlu @xiaofan-luan We should discuss whether to expose the HybridIndex indextype to the outside or hide it under AutoIndex, while exposing the BitMap Index. |
/hold |
12bbdad
to
64e45d6
Compare
2c0a66e
to
7ed9f86
Compare
@zhagnlu E2e jenkins job failed, comment |
7ed9f86
to
6b49755
Compare
|
6b49755
to
0f292e0
Compare
@zhagnlu E2e jenkins job failed, comment |
e319332
to
a25d269
Compare
rerun ut |
1 similar comment
rerun ut |
Signed-off-by: luzhang <[email protected]>
a25d269
to
71a0863
Compare
/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 |
/unhold |
/kind branch-feature pr: #34450 --------- Signed-off-by: longjiquan <[email protected]> Co-authored-by: Zhagnlu <[email protected]>
#32900