[FEAT] [JSON Reader] Add native streaming + parallel JSON reader. #1679
Codecov / codecov/project
failed
Dec 6, 2023 in 1s
81.89% (-3.22%) compared to a53cd51
View this Pull Request on Codecov
81.89% (-3.22%) compared to a53cd51
Details
Codecov Report
Merging #1679 (ce4ac30) into main (a53cd51) will decrease coverage by
3.22%
.
The diff coverage is96.66%
.
Additional details and impacted files
@@ Coverage Diff @@
## main #1679 +/- ##
==========================================
- Coverage 85.11% 81.89% -3.22%
==========================================
Files 55 55
Lines 5368 5391 +23
==========================================
- Hits 4569 4415 -154
- Misses 799 976 +177
Files | Coverage Δ | |
---|---|---|
daft/execution/execution_step.py | 85.15% <ø> (-7.82%) |
⬇️ |
daft/io/_json.py | 100.00% <100.00%> (ø) |
|
daft/logical/schema.py | 89.47% <100.00%> (-1.44%) |
⬇️ |
daft/table/micropartition.py | 89.74% <100.00%> (+0.16%) |
⬆️ |
daft/table/schema_inference.py | 98.27% <100.00%> (+0.12%) |
⬆️ |
daft/table/table_io.py | 95.67% <100.00%> (+0.16%) |
⬆️ |
daft/table/table.py | 59.39% <80.00%> (-24.62%) |
⬇️ |
Loading