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 File Formats #14809

Merged

addressing comments

e13e400
Select commit
Loading
Failed to load commit list.
Merged

Star Tree File Formats #14809

addressing comments
e13e400
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 2, 2024 in 0s

72.07% (target 70.00%)

View this Pull Request on Codecov

72.07% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 89.72746% with 49 lines in your changes missing coverage. Please review.

Project coverage is 72.07%. Comparing base (758c2aa) to head (e13e400).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...posite/composite99/Composite99DocValuesReader.java 77.10% 11 Missing and 8 partials ⚠️
...eindex/datacube/startree/index/StarTreeValues.java 81.53% 7 Missing and 5 partials ⚠️
...datacube/startree/builder/BaseStarTreeBuilder.java 96.12% 3 Missing and 3 partials ⚠️
...index/datacube/startree/node/InMemoryTreeNode.java 88.46% 0 Missing and 6 partials ⚠️
...posite/composite99/Composite99DocValuesWriter.java 93.47% 1 Missing and 2 partials ⚠️
...tacube/startree/builder/OnHeapStarTreeBuilder.java 92.30% 1 Missing ⚠️
.../startree/fileformats/data/StarTreeDataWriter.java 93.33% 0 Missing and 1 partial ⚠️
...rtree/fileformats/meta/StarTreeMetadataWriter.java 83.33% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #14809      +/-   ##
============================================
+ Coverage     72.02%   72.07%   +0.04%     
- Complexity    63769    63904     +135     
============================================
  Files          5249     5249              
  Lines        297795   298087     +292     
  Branches      43034    43071      +37     
============================================
+ Hits         214480   214838     +358     
+ Misses        65735    65633     -102     
- Partials      17580    17616      +36     

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