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

Ingest pipeline supports modifying the op_type parameter of an indexing request #15031

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Merge remote-tracking branch 'upstream/main' into op_type

e9c8b32
Select commit
Loading
Failed to load commit list.
Open

Ingest pipeline supports modifying the op_type parameter of an indexing request #15031

Merge remote-tracking branch 'upstream/main' into op_type
e9c8b32
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 17, 2024 in 0s

71.81% (target 70.00%)

View this Pull Request on Codecov

71.81% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 95.45455% with 1 line in your changes missing coverage. Please review.

Project coverage is 71.81%. Comparing base (a918530) to head (e9c8b32).
Report is 218 commits behind head on main.

Files with missing lines Patch % Lines
...main/java/org/opensearch/ingest/IngestService.java 80.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15031      +/-   ##
============================================
- Coverage     71.84%   71.81%   -0.04%     
+ Complexity    62911    62897      -14     
============================================
  Files          5176     5176              
  Lines        295133   295149      +16     
  Branches      42676    42680       +4     
============================================
- Hits         212029   211951      -78     
- Misses        65709    65754      +45     
- Partials      17395    17444      +49     

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