-
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: missing to support compact for Array type #29505
Conversation
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: xiaofan-luan, yah01 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 |
need a test on compacting all datatypes |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #29505 +/- ##
==========================================
- Coverage 80.84% 80.81% -0.03%
==========================================
Files 917 917
Lines 126902 126917 +15
==========================================
- Hits 102590 102573 -17
- Misses 20995 21021 +26
- Partials 3317 3323 +6
|
/hold |
rerun ut |
the array type can't be compacted, the system could continue with the inserted segments, but these segments can be never compacted fix milvus-io#29503 Signed-off-by: yah01 <yah2er0ne@outlook.com>
86ed987
to
de23c16
Compare
/unhold |
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
the array type can't be compacted, the system could continue with the inserted segments, but these segments can be never compacted
fix #29503