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

Replace fs with fsspec #523

Merged
merged 11 commits into from
Nov 5, 2023
Merged

Replace fs with fsspec #523

merged 11 commits into from
Nov 5, 2023

Conversation

goodwanghan
Copy link
Collaborator

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Oct 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #523   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          128       128           
  Lines        12306     12256   -50     
=========================================
- Hits         12306     12256   -50     
Files Coverage Δ
fugue/__init__.py 100.00% <ø> (ø)
fugue/_utils/io.py 100.00% <100.00%> (ø)
fugue/dataframe/utils.py 100.00% <100.00%> (ø)
fugue/execution/execution_engine.py 100.00% <ø> (ø)
fugue/execution/native_execution_engine.py 100.00% <100.00%> (ø)
fugue/workflow/_checkpoint.py 100.00% <100.00%> (ø)
fugue_dask/_io.py 100.00% <100.00%> (ø)
fugue_dask/execution_engine.py 100.00% <100.00%> (ø)
fugue_duckdb/_io.py 100.00% <100.00%> (ø)
fugue_duckdb/execution_engine.py 100.00% <100.00%> (ø)
... and 6 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@goodwanghan goodwanghan added this to the 0.8.7 milestone Oct 31, 2023
@goodwanghan goodwanghan linked an issue Oct 31, 2023 that may be closed by this pull request
@goodwanghan goodwanghan merged commit a0cc460 into master Nov 5, 2023
20 checks passed
@goodwanghan goodwanghan deleted the 0.8.7.7 branch November 5, 2023 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Migrate from fs to fsspec
3 participants