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

Retrieve value from DocValues in a flat_object filed #16802

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Retrieve value from DocValues in a flat_object filed

cf49717
Select commit
Loading
Failed to load commit list.
Open

Retrieve value from DocValues in a flat_object filed #16802

Retrieve value from DocValues in a flat_object filed
cf49717
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 21, 2024 in 1s

72.26% (target 70.00%)

View this Pull Request on Codecov

72.26% (target 70.00%)

Details

Codecov Report

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

Project coverage is 72.26%. Comparing base (7050ecf) to head (cf49717).

Files with missing lines Patch % Lines
...opensearch/index/mapper/FlatObjectFieldMapper.java 54.54% 7 Missing and 3 partials ⚠️
...a/org/opensearch/index/mapper/DocValueFetcher.java 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #16802      +/-   ##
============================================
+ Coverage     72.19%   72.26%   +0.06%     
- Complexity    65208    65253      +45     
============================================
  Files          5297     5297              
  Lines        303324   303347      +23     
  Branches      43913    43918       +5     
============================================
+ Hits         218999   219200     +201     
+ Misses        66367    66170     -197     
- Partials      17958    17977      +19     

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