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

SYSTEMDS-3534 Cache for build phase in bin and recode encoder #2036

Open
wants to merge 99 commits into
base: main
Choose a base branch
from

[SYSTEMDS-3534] - add license

d8607b2
Select commit
Loading
Failed to load commit list.
Open

SYSTEMDS-3534 Cache for build phase in bin and recode encoder #2036

[SYSTEMDS-3534] - add license
d8607b2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 9, 2024 in 0s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Details

Codecov Report

Attention: Patch coverage is 84.26396% with 31 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@f3e0926). Learn more about missing BASE report.

Files Patch % Lines
...sds/runtime/transform/encode/EncodeBuildCache.java 86.84% 7 Missing and 3 partials ⚠️
.../sysds/runtime/transform/encode/BinBoundaries.java 68.42% 4 Missing and 2 partials ⚠️
...sysds/runtime/transform/encode/EncodeCacheKey.java 70.00% 3 Missing and 3 partials ⚠️
...sds/runtime/transform/encode/EncodeCacheEntry.java 66.66% 4 Missing and 1 partial ⚠️
...sds/runtime/transform/encode/ColumnEncoderBin.java 91.66% 1 Missing and 1 partial ⚠️
.../apache/sysds/runtime/matrix/data/MatrixBlock.java 0.00% 1 Missing ⚠️
.../apache/sysds/runtime/transform/encode/RCDMap.java 85.71% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2036   +/-   ##
=======================================
  Coverage        ?   68.84%           
  Complexity      ?    40755           
=======================================
  Files           ?     1447           
  Lines           ?   161755           
  Branches        ?    31432           
=======================================
  Hits            ?   111363           
  Misses          ?    41315           
  Partials        ?     9077           

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