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

Add DerivedFieldMapper and support parsing it in mappings #12569

Merged
merged 16 commits into from
Apr 2, 2024

Merge branch 'main' into derived-field-mapper

97a8be8
Select commit
Loading
Failed to load commit list.
Merged

Add DerivedFieldMapper and support parsing it in mappings #12569

Merge branch 'main' into derived-field-mapper
97a8be8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 2, 2024 in 0s

71.47% (target 70.00%)

View this Pull Request on Codecov

71.47% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 80.89888% with 17 lines in your changes are missing coverage. Please review.

Project coverage is 71.47%. Comparing base (b15cb0c) to head (97a8be8).
Report is 120 commits behind head on main.

Files Patch % Lines
...java/org/opensearch/index/mapper/ObjectMapper.java 71.15% 9 Missing and 6 partials ⚠️
...rg/opensearch/index/mapper/DerivedFieldMapper.java 93.93% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #12569      +/-   ##
============================================
+ Coverage     71.42%   71.47%   +0.05%     
- Complexity    59978    60380     +402     
============================================
  Files          4985     5025      +40     
  Lines        282275   284381    +2106     
  Branches      40946    41188     +242     
============================================
+ Hits         201603   203261    +1658     
- Misses        63999    64266     +267     
- Partials      16673    16854     +181     

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