kyuubi icon indicating copy to clipboard operation
kyuubi copied to clipboard

[KYUUBI #6446] Add tests for Spark saveToFile function

Open lsm1 opened this issue 1 year ago โ€ข 1 comments

:mag: Description

Issue References ๐Ÿ”—

This pull request fixes #6446

Describe Your Solution ๐Ÿ”ง

Add tests for Spark saveToFile function

Types of changes :bookmark:

  • [ ] Bugfix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Test Plan ๐Ÿงช

Behavior Without This Pull Request :coffin:

Behavior With This Pull Request :tada:

Related Unit Tests


Checklist ๐Ÿ“

Be nice. Be informative.

lsm1 avatar Jun 14 '24 10:06 lsm1

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 54.73%. Comparing base (1fb1f85) to head (433f78c). Report is 29 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6467      +/-   ##
============================================
- Coverage     58.34%   54.73%   -3.61%     
  Complexity       24       24              
============================================
  Files           656      680      +24     
  Lines         40264    43012    +2748     
  Branches       5498     5964     +466     
============================================
+ Hits          23493    23544      +51     
- Misses        14272    16957    +2685     
- Partials       2499     2511      +12     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Jun 14 '24 12:06 codecov-commenter

Thanks, merged to master

lsm1 avatar Jul 05 '24 01:07 lsm1