fugue-project / fugue

A unified interface for distributed computing. Fugue executes SQL, Python, Pandas, and Polars code on Spark, Dask and Ray without any rewrites.
https://fugue-tutorials.readthedocs.io/
Apache License 2.0
1.92k stars 94 forks source link

Replace fs with fsspec #523

Closed goodwanghan closed 8 months ago

codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (83f2b2b) 100.00% compared to head (01f0e24) 100.00%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #523 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 128 128 Lines 12306 12256 -50 ========================================= - Hits 12306 12256 -50 ``` | [Files](https://app.codecov.io/gh/fugue-project/fugue/pull/523?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project) | Coverage Δ | | |---|---|---| | [fugue/\_\_init\_\_.py](https://app.codecov.io/gh/fugue-project/fugue/pull/523?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvX19pbml0X18ucHk=) | `100.00% <ø> (ø)` | | | [fugue/\_utils/io.py](https://app.codecov.io/gh/fugue-project/fugue/pull/523?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvX3V0aWxzL2lvLnB5) | `100.00% <100.00%> (ø)` | | | [fugue/dataframe/utils.py](https://app.codecov.io/gh/fugue-project/fugue/pull/523?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvZGF0YWZyYW1lL3V0aWxzLnB5) | `100.00% <100.00%> (ø)` | | | [fugue/execution/execution\_engine.py](https://app.codecov.io/gh/fugue-project/fugue/pull/523?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvZXhlY3V0aW9uL2V4ZWN1dGlvbl9lbmdpbmUucHk=) | `100.00% <ø> (ø)` | | | [fugue/execution/native\_execution\_engine.py](https://app.codecov.io/gh/fugue-project/fugue/pull/523?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvZXhlY3V0aW9uL25hdGl2ZV9leGVjdXRpb25fZW5naW5lLnB5) | `100.00% <100.00%> (ø)` | | | [fugue/workflow/\_checkpoint.py](https://app.codecov.io/gh/fugue-project/fugue/pull/523?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvd29ya2Zsb3cvX2NoZWNrcG9pbnQucHk=) | `100.00% <100.00%> (ø)` | | | [fugue\_dask/\_io.py](https://app.codecov.io/gh/fugue-project/fugue/pull/523?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWVfZGFzay9faW8ucHk=) | `100.00% <100.00%> (ø)` | | | [fugue\_dask/execution\_engine.py](https://app.codecov.io/gh/fugue-project/fugue/pull/523?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWVfZGFzay9leGVjdXRpb25fZW5naW5lLnB5) | `100.00% <100.00%> (ø)` | | | [fugue\_duckdb/\_io.py](https://app.codecov.io/gh/fugue-project/fugue/pull/523?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWVfZHVja2RiL19pby5weQ==) | `100.00% <100.00%> (ø)` | | | [fugue\_duckdb/execution\_engine.py](https://app.codecov.io/gh/fugue-project/fugue/pull/523?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWVfZHVja2RiL2V4ZWN1dGlvbl9lbmdpbmUucHk=) | `100.00% <100.00%> (ø)` | | | ... and [6 more](https://app.codecov.io/gh/fugue-project/fugue/pull/523?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project) | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.