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

Apply the fast filter optimization to composite aggregation #11505

Merged
merged 21 commits into from
Jan 17, 2024

address comments

ce81e3d
Select commit
Loading
Failed to load commit list.
Merged

Apply the fast filter optimization to composite aggregation #11505

address comments
ce81e3d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 17, 2024 in 0s

87.67% of diff hit (target 71.33%)

View this Pull Request on Codecov

87.67% of diff hit (target 71.33%)

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 441 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#L440-L441

Added lines #L440 - L441 were not covered by tests