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] Star tree file formats refactoring and fixing offset bug #15975

Merged
merged 2 commits into from
Sep 19, 2024

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

b4f38ea
Select commit
Loading
Failed to load commit list.
Merged

[Star tree] Star tree file formats refactoring and fixing offset bug #15975

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

71.92% (target 70.00%)

View this Pull Request on Codecov

71.92% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 77.04918% with 14 lines in your changes missing coverage. Please review.

Project coverage is 71.92%. Comparing base (3937ccb) to head (b4f38ea).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...be/startree/utils/SequentialDocValuesIterator.java 68.75% 2 Missing and 3 partials ⚠️
...cube/startree/builder/StarTreeDocsFileManager.java 50.00% 1 Missing and 2 partials ⚠️
...eindex/datacube/startree/index/StarTreeValues.java 76.92% 1 Missing and 2 partials ⚠️
...tartree/utils/iterator/StarTreeValuesIterator.java 57.14% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15975      +/-   ##
============================================
+ Coverage     71.90%   71.92%   +0.02%     
+ Complexity    64392    64351      -41     
============================================
  Files          5278     5280       +2     
  Lines        300877   300870       -7     
  Branches      43478    43476       -2     
============================================
+ Hits         216351   216412      +61     
+ Misses        66747    66655      -92     
- Partials      17779    17803      +24     

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