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.12] [Backport 2.x] Apply the fast filter optimization to composite aggregation #12233

Closed
wants to merge 1 commit into from

Apply the fast filter optimization to composite aggregation (#11505) …

2966637
Select commit
Loading
Failed to load commit list.
Closed

[Backport 2.12] [Backport 2.x] Apply the fast filter optimization to composite aggregation #12233

Apply the fast filter optimization to composite aggregation (#11505) …
2966637
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 9, 2024 in 0s

71.19% (target 70.00%)

View this Pull Request on Codecov

71.19% (target 70.00%)

Details

Codecov Report

Attention: 27 lines in your changes are missing coverage. Please review.

Comparison is base (684dd74) 71.19% compared to head (2966637) 71.19%.

Files Patch % Lines
...h/aggregations/bucket/FastFilterRewriteHelper.java 87.40% 4 Missing and 13 partials ⚠️
...egations/bucket/composite/CompositeAggregator.java 88.37% 3 Missing and 2 partials ⚠️
...gregations/bucket/composite/InternalComposite.java 0.00% 2 Missing ⚠️
...ions/bucket/histogram/DateHistogramAggregator.java 84.61% 0 Missing and 2 partials ⚠️
.../bucket/histogram/AutoDateHistogramAggregator.java 93.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##               2.12   #12233    +/-   ##
==========================================
  Coverage     71.19%   71.19%            
- Complexity    59839    59941   +102     
==========================================
  Files          4939     4939            
  Lines        281664   281747    +83     
  Branches      41237    41259    +22     
==========================================
+ Hits         200534   200600    +66     
- Misses        64087    64193   +106     
+ Partials      17043    16954    -89     

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