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

[Backport 2.x] Fix DerivedFieldQuery to support concurrent search. #15454

Merged
merged 1 commit into from
Aug 28, 2024

Fix DerivedFieldQuery to support concurrent search. (#15326)

144c309
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Fix DerivedFieldQuery to support concurrent search. #15454

Fix DerivedFieldQuery to support concurrent search. (#15326)
144c309
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 27, 2024 in 1s

71.69% (target 70.00%)

View this Pull Request on Codecov

71.69% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.69%. Comparing base (e80c06e) to head (144c309).

Files Patch % Lines
.../org/opensearch/index/mapper/DerivedFieldType.java 66.66% 5 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #15454      +/-   ##
============================================
+ Coverage     71.64%   71.69%   +0.04%     
- Complexity    63462    63539      +77     
============================================
  Files          5213     5213              
  Lines        297357   297358       +1     
  Branches      43283    43283              
============================================
+ Hits         213042   213176     +134     
+ Misses        66497    66363     -134     
- Partials      17818    17819       +1     

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