-
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: fix chunk cache madvise when sparse raw data is mmaped #39145
Conversation
Signed-off-by: Buqian Zheng <[email protected]>
@zhengbuqian Please associate the related issue to the body of your Pull Request. (eg. “issue: #”) |
@zhengbuqian E2e jenkins job failed, comment |
/run-cpu-e2e |
rerun go-unit-test |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #39145 +/- ##
===========================================
+ Coverage 69.64% 81.13% +11.49%
===========================================
Files 296 1395 +1099
Lines 26633 197296 +170663
===========================================
+ Hits 18548 160077 +141529
- Misses 8085 31585 +23500
- Partials 0 5634 +5634
|
issue: #39158 |
…9146) instead of marking as not supported, ChunkedSparseFloatColumn::DataByteSize can simply use the impl of super class. pr: #39145 issue: #39158 Signed-off-by: Buqian Zheng <[email protected]>
/lgtm |
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia, zhengbuqian 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 |
…o#39145) instead of marking as not supported, `ChunkedSparseFloatColumn::DataByteSize` can simply use the impl of super class. issue: milvus-io#39158 Signed-off-by: Buqian Zheng <[email protected]>
instead of marking as not supported,
ChunkedSparseFloatColumn::DataByteSize
can simply use the impl of super class.issue: #39158