kyuubi
kyuubi copied to clipboard
[KYUUBI #6446] Add tests for Spark saveToFile function
: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 ๐
- [ ] This patch was not authored or co-authored using Generative Tooling
Be nice. Be informative.
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.
Thanks, merged to master