Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] [JSON Reader] Add native streaming + parallel JSON reader. #1679

Merged
merged 6 commits into from
Dec 6, 2023

Fix deserializing ints as strings.

ce4ac30
Select commit
Loading
Failed to load commit list.
Merged

[FEAT] [JSON Reader] Add native streaming + parallel JSON reader. #1679

Fix deserializing ints as strings.
ce4ac30
Select commit
Loading
Failed to load commit list.
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 is 96.66%.

Additional details and impacted files

Impacted file tree graph

@@            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%) ⬇️

... and 9 files with indirect coverage changes