Closed selitvin closed 4 years ago
Merging #588 into master will decrease coverage by
0.01%
. The diff coverage is66.66%
.
@@ Coverage Diff @@
## master #588 +/- ##
==========================================
- Coverage 85.19% 85.18% -0.02%
==========================================
Files 87 87
Lines 4993 4994 +1
Branches 794 795 +1
==========================================
Hits 4254 4254
Misses 592 592
- Partials 147 148 +1
Impacted Files | Coverage Δ | |
---|---|---|
petastorm/etl/dataset_metadata.py | 87.41% <66.66%> (-0.59%) |
: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 4b21a70...d6d500c. Read the comment docs.
When reading parquet store directly from an s3 bucket, a separate piece is created for root directory. This is not a real "piece" and we won't have row_groups_per_file recorded for it.