Skip to content
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

Improve performance of the bitmap filtering #16936

Merged

increase coverage

ed293c4
Select commit
Loading
Failed to load commit list.
Merged

Improve performance of the bitmap filtering #16936

increase coverage
ed293c4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 17, 2025 in 0s

72.19% (target 70.00%)

View this Pull Request on Codecov

72.19% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 89.32039% with 11 lines in your changes missing coverage. Please review.

Project coverage is 72.19%. Comparing base (13159c1) to head (ed293c4).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
.../org/opensearch/search/query/BitmapIndexQuery.java 90.72% 3 Missing and 6 partials ⚠️
.../opensearch/search/query/BitmapDocValuesQuery.java 50.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #16936      +/-   ##
============================================
- Coverage     72.31%   72.19%   -0.12%     
+ Complexity    65346    65333      -13     
============================================
  Files          5301     5302       +1     
  Lines        303805   303899      +94     
  Branches      44030    44045      +15     
============================================
- Hits         219702   219407     -295     
- Misses        66055    66466     +411     
+ Partials      18048    18026      -22     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.