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 #12283

Merged
merged 1 commit into from
Feb 10, 2024

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

64da1c0
Select commit
Loading
Failed to load commit list.
Merged

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

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

87.67% of diff hit (target 71.20%)

View this Pull Request on Codecov

87.67% of diff hit (target 71.20%)

Annotations

Check warning on line 76 in server/src/main/java/org/opensearch/search/aggregations/bucket/FastFilterRewriteHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/aggregations/bucket/FastFilterRewriteHelper.java#L76

Added line #L76 was not covered by tests

Check warning on line 182 in server/src/main/java/org/opensearch/search/aggregations/bucket/FastFilterRewriteHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/aggregations/bucket/FastFilterRewriteHelper.java#L182

Added line #L182 was not covered by tests

Check warning on line 311 in server/src/main/java/org/opensearch/search/aggregations/bucket/FastFilterRewriteHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/aggregations/bucket/FastFilterRewriteHelper.java#L311

Added line #L311 was not covered by tests

Check warning on line 331 in server/src/main/java/org/opensearch/search/aggregations/bucket/FastFilterRewriteHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/aggregations/bucket/FastFilterRewriteHelper.java#L331

Added line #L331 was not covered by tests

Check warning on line 260 in server/src/main/java/org/opensearch/search/aggregations/bucket/composite/CompositeAggregator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/aggregations/bucket/composite/CompositeAggregator.java#L258-L260

Added lines #L258 - L260 were not covered by tests

Check warning on line 453 in server/src/main/java/org/opensearch/search/aggregations/bucket/composite/InternalComposite.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/aggregations/bucket/composite/InternalComposite.java#L452-L453

Added lines #L452 - L453 were not covered by tests