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

Fixed inefficient Stream API call chains ending with count() #15386

Merged
merged 3 commits into from
Oct 17, 2024

Added a line in CHANGELOG.md

6e65bca
Select commit
Loading
Failed to load commit list.
Merged

Fixed inefficient Stream API call chains ending with count() #15386

Added a line in CHANGELOG.md
6e65bca
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 17, 2024 in 1s

71.99% (target 70.00%)

View this Pull Request on Codecov

71.99% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.99%. Comparing base (ec7b652) to head (6e65bca).

Files with missing lines Patch % Lines
.../java/org/opensearch/percolator/QueryAnalyzer.java 85.71% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15386      +/-   ##
============================================
- Coverage     72.00%   71.99%   -0.01%     
+ Complexity    64817    64806      -11     
============================================
  Files          5307     5307              
  Lines        302660   302664       +4     
  Branches      43724    43726       +2     
============================================
- Hits         217931   217914      -17     
+ Misses        66906    66875      -31     
- Partials      17823    17875      +52     

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