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

Support batch ingestion in bulk API (#12457) #13306

Merged
merged 18 commits into from
Apr 30, 2024

Remove version constant

3cc7f41
Select commit
Loading
Failed to load commit list.
Merged

Support batch ingestion in bulk API (#12457) #13306

Remove version constant
3cc7f41
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 30, 2024 in 0s

71.45% (target 70.00%)

View this Pull Request on Codecov

71.45% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.45%. Comparing base (b15cb0c) to head (3cc7f41).
Report is 241 commits behind head on main.

Files Patch % Lines
...main/java/org/opensearch/ingest/IngestService.java 79.81% 29 Missing and 14 partials ⚠️
...n/java/org/opensearch/action/bulk/BulkRequest.java 40.00% 5 Missing and 1 partial ⚠️
.../java/org/opensearch/ingest/CompoundProcessor.java 93.75% 0 Missing and 4 partials ⚠️
...a/org/opensearch/ingest/IngestDocumentWrapper.java 72.72% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #13306      +/-   ##
============================================
+ Coverage     71.42%   71.45%   +0.03%     
- Complexity    59978    60862     +884     
============================================
  Files          4985     5046      +61     
  Lines        282275   286403    +4128     
  Branches      40946    41489     +543     
============================================
+ Hits         201603   204640    +3037     
- Misses        63999    64824     +825     
- Partials      16673    16939     +266     

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