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] Perform buildAggregation concurrently and partially support composite aggs #12940

Merged
merged 1 commit into from
Mar 27, 2024

Perform buildAggregation concurrently and support Composite Aggregati…

36d14e4
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Perform buildAggregation concurrently and partially support composite aggs #12940

Perform buildAggregation concurrently and support Composite Aggregati…
36d14e4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 27, 2024 in 0s

71.09% (target 70.00%)

View this Pull Request on Codecov

71.09% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.09%. Comparing base (0dd892c) to head (36d14e4).
Report is 93 commits behind head on 2.x.

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 ⚠️
...ket/terms/GlobalOrdinalsStringTermsAggregator.java 83.33% 1 Missing and 1 partial ⚠️
...arch/aggregations/AggregationCollectorManager.java 50.00% 0 Missing and 1 partial ⚠️
.../bucket/composite/CompositeAggregationFactory.java 0.00% 1 Missing ⚠️
.../org/opensearch/search/internal/SearchContext.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #12940      +/-   ##
============================================
- Coverage     71.28%   71.09%   -0.20%     
- Complexity    60145    60364     +219     
============================================
  Files          4957     4985      +28     
  Lines        282799   284458    +1659     
  Branches      41409    41594     +185     
============================================
+ Hits         201591   202230     +639     
- Misses        64189    65165     +976     
- Partials      17019    17063      +44     

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