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

[Derived Fields] Add aggregation support for derived fields #14618

Merged
merged 12 commits into from
Jul 29, 2024

Merge branch 'main' into derivedaggs

7fcab64
Select commit
Loading
Failed to load commit list.
Merged

[Derived Fields] Add aggregation support for derived fields #14618

Merge branch 'main' into derivedaggs
7fcab64
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 29, 2024 in 0s

71.82% (target 70.00%)

View this Pull Request on Codecov

71.82% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 87.17949% with 5 lines in your changes missing coverage. Please review.

Project coverage is 71.82%. Comparing base (95fe9cb) to head (7fcab64).
Report is 3 commits behind head on main.

Files Patch % Lines
.../org/opensearch/index/mapper/DerivedFieldType.java 90.47% 1 Missing and 1 partial ⚠️
...aggregations/support/values/ScriptBytesValues.java 33.33% 1 Missing and 1 partial ⚠️
...pensearch/index/mapper/ObjectDerivedFieldType.java 91.66% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #14618      +/-   ##
============================================
- Coverage     71.86%   71.82%   -0.04%     
+ Complexity    62757    62733      -24     
============================================
  Files          5161     5161              
  Lines        294370   294402      +32     
  Branches      42579    42582       +3     
============================================
- Hits         211548   211458      -90     
- Misses        65386    65476      +90     
- Partials      17436    17468      +32     

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