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] Add ability to set global IOConfig #1710

Merged
merged 15 commits into from
Dec 12, 2023

Add top-level imports

d9aead9
Select commit
Loading
Failed to load commit list.
Merged

[FEAT] Add ability to set global IOConfig #1710

Add top-level imports
d9aead9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 12, 2023 in 0s

85.18% (-0.05%) compared to 668399b

View this Pull Request on Codecov

85.18% (-0.05%) compared to 668399b

Details

Codecov Report

Merging #1710 (d9aead9) into main (668399b) will decrease coverage by 0.05%.
The diff coverage is 85.96%.

❗ Current head d9aead9 differs from pull request most recent head 1d9e0ec. Consider uploading reports for the commit 1d9e0ec to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1710      +/-   ##
==========================================
- Coverage   85.22%   85.18%   -0.05%     
==========================================
  Files          55       55              
  Lines        5517     5515       -2     
==========================================
- Hits         4702     4698       -4     
- Misses        815      817       +2     
Files Coverage Δ
daft/dataframe/dataframe.py 87.28% <100.00%> (+0.04%) ⬆️
daft/expressions/expressions.py 92.09% <100.00%> (ø)
daft/io/_csv.py 95.23% <100.00%> (+0.50%) ⬆️
daft/io/_json.py 100.00% <100.00%> (ø)
daft/io/_parquet.py 100.00% <100.00%> (ø)
daft/logical/builder.py 89.28% <100.00%> (ø)
daft/runners/pyrunner.py 95.93% <100.00%> (+0.02%) ⬆️
daft/runners/ray_runner.py 88.96% <100.00%> (-0.44%) ⬇️
daft/__init__.py 24.24% <0.00%> (-0.76%) ⬇️
daft/io/_iceberg.py 21.27% <0.00%> (ø)
... and 1 more

... and 1 file with indirect coverage changes