Closed WeichenXu123 closed 4 years ago
Merging #534 into master will decrease coverage by
0.00%
. The diff coverage is75.00%
.
@@ Coverage Diff @@
## master #534 +/- ##
==========================================
- Coverage 86.53% 86.52% -0.01%
==========================================
Files 85 85
Lines 4692 4697 +5
Branches 737 739 +2
==========================================
+ Hits 4060 4064 +4
Misses 515 515
- Partials 117 118 +1
Impacted Files | Coverage Δ | |
---|---|---|
petastorm/spark/spark_dataset_converter.py | 92.39% <75.00%> (-0.25%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update fbfad23...b85bd68. Read the comment docs.
When the user wants to manually delete the cache files and create a new cache, they do:
Get error:
Fix: We should cleanup cache metadata in SparkDatasetConverter.delete() besides deleting the data files.