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

[Star Tree] [Search] Keyword & Numeric Terms Aggregation #17165

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

append only index fix in test

e1bebaa
Select commit
Loading
Failed to load commit list.
Open

[Star Tree] [Search] Keyword & Numeric Terms Aggregation #17165

append only index fix in test
e1bebaa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 4, 2025 in 1s

72.43% (target 70.00%)

View this Pull Request on Codecov

72.43% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 84.68468% with 17 lines in your changes missing coverage. Please review.

Project coverage is 72.43%. Comparing base (b82ed5a) to head (e1bebaa).

Files with missing lines Patch % Lines
...ket/terms/GlobalOrdinalsStringTermsAggregator.java 81.81% 3 Missing and 5 partials ⚠️
...regations/bucket/terms/NumericTermsAggregator.java 90.19% 1 Missing and 4 partials ⚠️
...ensearch/search/startree/StarTreeQueryContext.java 78.57% 1 Missing and 2 partials ⚠️
...rch/aggregations/bucket/terms/TermsAggregator.java 50.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #17165      +/-   ##
============================================
+ Coverage     72.29%   72.43%   +0.13%     
- Complexity    65699    65783      +84     
============================================
  Files          5318     5318              
  Lines        305676   305786     +110     
  Branches      44350    44374      +24     
============================================
+ Hits         220992   221494     +502     
+ Misses        66582    66125     -457     
- Partials      18102    18167      +65     

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