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

[Backport 2.x] Star Tree File Formats #15574

Merged
merged 1 commit into from
Sep 2, 2024

Star Tree File Formats (#14809)

a9eae9d
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Star Tree File Formats #15574

Star Tree File Formats (#14809)
a9eae9d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 2, 2024 in 0s

71.72% (target 70.00%)

View this Pull Request on Codecov

71.72% (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 71.72%. Comparing base (2a2fcbd) to head (a9eae9d).
Report is 1 commits behind head on 2.x.

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              @@
##                2.x   #15574      +/-   ##
============================================
+ Coverage     71.60%   71.72%   +0.12%     
- Complexity    63794    63937     +143     
============================================
  Files          5240     5240              
  Lines        298595   298887     +292     
  Branches      43472    43509      +37     
============================================
+ Hits         213816   214386     +570     
+ Misses        66860    66649     -211     
+ Partials      17919    17852      -67     

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