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

Updating Ip fields to use doc_values to search #11508

Merged
merged 12 commits into from
Jan 30, 2024

Add skip test logic to only doc_values test

407b723
Select commit
Loading
Failed to load commit list.
Merged

Updating Ip fields to use doc_values to search #11508

Add skip test logic to only doc_values test
407b723
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 30, 2024 in 0s

71.33% (target 70.00%)

View this Pull Request on Codecov

71.33% (target 70.00%)

Details

Codecov Report

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

Comparison is base (6012504) 71.28% compared to head (407b723) 71.33%.
Report is 2 commits behind head on main.

Files Patch % Lines
...ava/org/opensearch/index/mapper/IpFieldMapper.java 65.71% 10 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #11508      +/-   ##
============================================
+ Coverage     71.28%   71.33%   +0.05%     
- Complexity    59414    59430      +16     
============================================
  Files          4925     4925              
  Lines        279479   279507      +28     
  Branches      40635    40641       +6     
============================================
+ Hits         199226   199398     +172     
+ Misses        63731    63528     -203     
- Partials      16522    16581      +59     

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