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 mapping changes #14605

Merged
merged 11 commits into from
Jul 1, 2024

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

ed03900
Select commit
Loading
Failed to load commit list.
Merged

Star tree mapping changes #14605

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

71.77% (target 70.00%)

View this Pull Request on Codecov

71.77% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 75.39062% with 126 lines in your changes missing coverage. Please review.

Project coverage is 71.77%. Comparing base (a34270d) to head (ed03900).
Report is 4 commits behind head on main.

Files Patch % Lines
...va/org/opensearch/index/mapper/StarTreeMapper.java 81.81% 20 Missing and 8 partials ⚠️
...java/org/opensearch/index/mapper/ObjectMapper.java 56.60% 14 Missing and 9 partials ⚠️
...siteindex/datacube/startree/StarTreeValidator.java 65.78% 9 Missing and 4 partials ⚠️
...ndex/compositeindex/datacube/DimensionFactory.java 58.62% 8 Missing and 4 partials ⚠️
.../datacube/startree/StarTreeFieldConfiguration.java 72.72% 6 Missing and 3 partials ⚠️
...ompositeindex/datacube/startree/StarTreeField.java 80.00% 2 Missing and 5 partials ⚠️
...nsearch/index/mapper/CompositeMappedFieldType.java 64.70% 6 Missing ⚠️
...h/index/compositeindex/CompositeIndexSettings.java 58.33% 4 Missing and 1 partial ⚠️
.../index/compositeindex/CompositeIndexValidator.java 50.00% 3 Missing and 1 partial ⚠️
...ensearch/index/compositeindex/datacube/Metric.java 80.00% 1 Missing and 3 partials ⚠️
... and 8 more
Additional details and impacted files
@@            Coverage Diff             @@
##               main   #14605    +/-   ##
==========================================
  Coverage     71.77%   71.77%            
- Complexity    62302    62360    +58     
==========================================
  Files          5125     5140    +15     
  Lines        292473   293020   +547     
  Branches      42258    42347    +89     
==========================================
+ Hits         209912   210322   +410     
- Misses        65324    65373    +49     
- Partials      17237    17325    +88     

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