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

Perform buildAggregation concurrently and partially support composite aggs #12697

Merged
merged 1 commit into from
Mar 27, 2024

Perform buildAggregation concurrently and support Composite Aggregations

9d7d569
Select commit
Loading
Failed to load commit list.
Merged

Perform buildAggregation concurrently and partially support composite aggs #12697

Perform buildAggregation concurrently and support Composite Aggregations
9d7d569
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 27, 2024 in 0s

63.82% of diff hit (target 71.42%)

View this Pull Request on Codecov

63.82% of diff hit (target 71.42%)

Annotations

Check warning on line 134 in server/src/main/java/org/opensearch/search/aggregations/BucketCollectorProcessor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/aggregations/BucketCollectorProcessor.java#L134

Added line #L134 was not covered by tests

Check warning on line 55 in server/src/main/java/org/opensearch/search/aggregations/GlobalAggCollectorManager.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/aggregations/GlobalAggCollectorManager.java#L54-L55

Added lines #L54 - L55 were not covered by tests

Check warning on line 55 in server/src/main/java/org/opensearch/search/aggregations/NonGlobalAggCollectorManager.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/aggregations/NonGlobalAggCollectorManager.java#L54-L55

Added lines #L54 - L55 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/aggregations/bucket/composite/CompositeAggregationFactory.java#L85

Added line #L85 was not covered by tests

Check warning on line 1103 in server/src/main/java/org/opensearch/search/aggregations/bucket/terms/GlobalOrdinalsStringTermsAggregator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/aggregations/bucket/terms/GlobalOrdinalsStringTermsAggregator.java#L1103

Added line #L1103 was not covered by tests

Check warning on line 120 in server/src/main/java/org/opensearch/search/internal/SearchContext.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/internal/SearchContext.java#L120

Added line #L120 was not covered by tests