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] Adding date field rounding support in star tree #15249

Merged
merged 16 commits into from
Oct 8, 2024

Merge branch 'main' of github.com:opensearch-project/OpenSearch into …

8215865
Select commit
Loading
Failed to load commit list.
Merged

[Star tree] Adding date field rounding support in star tree #15249

Merge branch 'main' of github.com:opensearch-project/OpenSearch into …
8215865
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 4, 2024 in 1s

71.86% (target 70.00%)

View this Pull Request on Codecov

71.86% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 92.68293% with 15 lines in your changes missing coverage. Please review.

Project coverage is 71.86%. Comparing base (d1fd47c) to head (8215865).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
...va/org/opensearch/index/mapper/StarTreeMapper.java 84.84% 2 Missing and 3 partials ⚠️
...h/index/compositeindex/datacube/ReadDimension.java 50.00% 2 Missing ⚠️
...index/datacube/startree/StarTreeIndexSettings.java 71.42% 1 Missing and 1 partial ⚠️
...datacube/startree/builder/BaseStarTreeBuilder.java 95.55% 1 Missing and 1 partial ⚠️
...acube/startree/utils/date/DateTimeUnitAdapter.java 80.00% 0 Missing and 2 partials ⚠️
...ndex/compositeindex/datacube/DimensionFactory.java 83.33% 0 Missing and 1 partial ⚠️
...ompositeindex/datacube/startree/StarTreeField.java 94.44% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15249      +/-   ##
============================================
- Coverage     71.87%   71.86%   -0.01%     
- Complexity    64528    64542      +14     
============================================
  Files          5296     5298       +2     
  Lines        301744   301867     +123     
  Branches      43585    43603      +18     
============================================
+ Hits         216864   216926      +62     
- Misses        67014    67164     +150     
+ Partials      17866    17777      -89     

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