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 (#11505) #11911

Closed

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

cc815d3
Select commit
Loading
Failed to load commit list.
Closed

[Backport 2.x] Apply the fast filter optimization to composite aggregation (#11505) #11911

Apply the fast filter optimization to composite aggregation (#11505)
cc815d3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 17, 2024 in 1s

88.18% of diff hit (target 71.16%)

View this Pull Request on Codecov

88.18% of diff hit (target 71.16%)

Annotations

Check warning on line 97 in buildSrc/src/main/java/org/opensearch/gradle/RepositoriesSetupPlugin.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

buildSrc/src/main/java/org/opensearch/gradle/RepositoriesSetupPlugin.java#L97

Added line #L97 was not covered by tests

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 259 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#L257-L259

Added lines #L257 - L259 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