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

Fixes Numeric exact match queries to use range queries internally #11209

Merged
merged 18 commits into from
Jan 4, 2024

Fix changelog

339a681
Select commit
Loading
Failed to load commit list.
Merged

Fixes Numeric exact match queries to use range queries internally #11209

Fix changelog
339a681
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 4, 2024 in 0s

70.90% (target 70.00%)

View this Pull Request on Codecov

70.90% (target 70.00%)

Details

Codecov Report

Attention: 166 lines in your changes are missing coverage. Please review.

Comparison is base (8440468) 71.44% compared to head (339a681) 70.90%.
Report is 3 commits behind head on main.

Files Patch % Lines
...org/opensearch/index/mapper/NumberFieldMapper.java 40.26% 68 Missing and 21 partials ⚠️
.../document/SortedUnsignedLongDocValuesSetQuery.java 15.09% 43 Missing and 2 partials ⚠️
.../main/java/org/apache/lucene/util/LongHashSet.java 39.62% 21 Missing and 11 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #11209      +/-   ##
============================================
- Coverage     71.44%   70.90%   -0.54%     
+ Complexity    59267    58864     -403     
============================================
  Files          4909     4911       +2     
  Lines        278427   278651     +224     
  Branches      40460    40524      +64     
============================================
- Hits         198910   197585    -1325     
- Misses        63004    64661    +1657     
+ Partials      16513    16405     -108     

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