-
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 incorrect memory estimation for small segments #38813
base: master
Are you sure you want to change the base?
fix: Fix incorrect memory estimation for small segments #38813
Conversation
Signed-off-by: bigsheeper <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: bigsheeper 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 |
Skip estimation index memory logic for segments without index file. issue: #37630 pr: #38813 Signed-off-by: bigsheeper <[email protected]>
@bigsheeper cpp-unit-test check failed, comment |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #38813 +/- ##
==========================================
- Coverage 82.93% 82.92% -0.02%
==========================================
Files 1091 1091
Lines 169357 169393 +36
==========================================
+ Hits 140453 140461 +8
- Misses 23319 23333 +14
- Partials 5585 5599 +14
|
Skip estimation index memory logic for segments without index file.
issue: #37630