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] Apply the fast filter optimization to composite aggregation #11914

Merged
merged 1 commit into from
Feb 7, 2024

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

185ca45
Select commit
Loading
Failed to load commit list.
Merged

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

Apply the fast filter optimization to composite aggregation (#11505)
185ca45
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 24, 2024 in 0s

71.03% (target 70.00%)

View this Pull Request on Codecov

71.03% (target 70.00%)

Details

Codecov Report

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

Comparison is base (c48fb55) 71.04% compared to head (185ca45) 71.03%.
Report is 27 commits behind head on 2.x.

Files Patch % Lines
...h/aggregations/bucket/FastFilterRewriteHelper.java 88.88% 3 Missing and 12 partials ⚠️
...egations/bucket/composite/CompositeAggregator.java 88.37% 3 Missing and 2 partials ⚠️
...va/org/opensearch/ingest/common/CopyProcessor.java 93.61% 3 Missing ⚠️
...gregations/bucket/composite/InternalComposite.java 0.00% 2 Missing ⚠️
...ions/bucket/histogram/DateHistogramAggregator.java 84.61% 0 Missing and 2 partials ⚠️
...g/opensearch/ingest/common/IngestCommonPlugin.java 0.00% 1 Missing ⚠️
.../bucket/histogram/AutoDateHistogramAggregator.java 93.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #11914      +/-   ##
============================================
- Coverage     71.04%   71.03%   -0.02%     
+ Complexity    59352    59332      -20     
============================================
  Files          4890     4891       +1     
  Lines        279826   279957     +131     
  Branches      41035    41064      +29     
============================================
+ Hits         198799   198854      +55     
- Misses        64210    64219       +9     
- Partials      16817    16884      +67     

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