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-3548] Optimize IO path Python interface for SystemDS #2154

Closed
wants to merge 8 commits into from

[SYSTEMDS-3548] Parallelize FrameBlock column allocation

6b1f68c
Select commit
Loading
Failed to load commit list.
Closed

[SYSTEMDS-3548] Optimize IO path Python interface for SystemDS #2154

[SYSTEMDS-3548] Parallelize FrameBlock column allocation
6b1f68c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 29, 2024 in 0s

72.33% (+0.30%) compared to d3fcfb1

View this Pull Request on Codecov

72.33% (+0.30%) compared to d3fcfb1

Details

Codecov Report

Attention: Patch coverage is 20.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 72.33%. Comparing base (d3fcfb1) to head (6b1f68c).
Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
.../apache/sysds/runtime/util/Py4jConverterUtils.java 20.00% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2154      +/-   ##
============================================
+ Coverage     72.03%   72.33%   +0.30%     
- Complexity    43937    44211     +274     
============================================
  Files          1441     1443       +2     
  Lines        166106   166353     +247     
  Branches      32428    32477      +49     
============================================
+ Hits         119655   120334     +679     
+ Misses        37199    36789     -410     
+ Partials       9252     9230      -22     

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