Skip to content

Perform buildAggregation concurrently and support Composite Aggregations

Codecov / codecov/project succeeded Mar 27, 2024 in 1s

71.37% (target 70.00%)

View this Pull Request on Codecov

71.37% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.37%. Comparing base (b15cb0c) to head (6b8dac0).
Report is 98 commits behind head on main.

❗ Current head 6b8dac0 differs from pull request most recent head 9d7d569. Consider uploading reports for the commit 9d7d569 to get more accurate results

Files Patch % Lines
.../search/aggregations/BucketCollectorProcessor.java 76.47% 1 Missing and 3 partials ⚠️
...search/aggregations/GlobalAggCollectorManager.java 20.00% 3 Missing and 1 partial ⚠️
...rch/aggregations/NonGlobalAggCollectorManager.java 20.00% 3 Missing and 1 partial ⚠️
...arch/aggregations/AggregationCollectorManager.java 50.00% 0 Missing and 1 partial ⚠️
.../bucket/composite/CompositeAggregationFactory.java 0.00% 1 Missing ⚠️
...ket/terms/GlobalOrdinalsStringTermsAggregator.java 90.00% 0 Missing and 1 partial ⚠️
.../org/opensearch/search/internal/SearchContext.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #12697      +/-   ##
============================================
- Coverage     71.42%   71.37%   -0.05%     
- Complexity    59978    60266     +288     
============================================
  Files          4985     5015      +30     
  Lines        282275   283857    +1582     
  Branches      40946    41144     +198     
============================================
+ Hits         201603   202596     +993     
- Misses        63999    64457     +458     
- Partials      16673    16804     +131     

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