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

Support Filtering on Large List encoded by Bitmap #14774

Merged
merged 35 commits into from
Aug 20, 2024

Merge branch 'main' into 12341-bitmap-filtering

9c1c039
Select commit
Loading
Failed to load commit list.
Merged

Support Filtering on Large List encoded by Bitmap #14774

Merge branch 'main' into 12341-bitmap-filtering
9c1c039
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 16, 2024 in 1s

71.86% (target 70.00%)

View this Pull Request on Codecov

71.86% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 76.59574% with 33 lines in your changes missing coverage. Please review.

Project coverage is 71.86%. Comparing base (cbe7921) to head (9c1c039).
Report is 2 commits behind head on main.

Files Patch % Lines
.../org/opensearch/index/query/TermsQueryBuilder.java 76.78% 2 Missing and 11 partials ⚠️
...org/opensearch/index/mapper/NumberFieldMapper.java 62.96% 8 Missing and 2 partials ⚠️
.../opensearch/search/query/BitmapDocValuesQuery.java 86.66% 2 Missing and 4 partials ⚠️
.../main/java/org/opensearch/indices/TermsLookup.java 69.23% 0 Missing and 4 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #14774      +/-   ##
============================================
+ Coverage     71.82%   71.86%   +0.04%     
- Complexity    63046    63104      +58     
============================================
  Files          5207     5208       +1     
  Lines        295581   295712     +131     
  Branches      42690    42723      +33     
============================================
+ Hits         212295   212525     +230     
+ Misses        65875    65682     -193     
- Partials      17411    17505      +94     

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