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

Add fugue API #396

Merged
merged 31 commits into from
Dec 30, 2022
Merged

Add fugue API #396

merged 31 commits into from
Dec 30, 2022

Conversation

goodwanghan
Copy link
Collaborator

No description provided.

@goodwanghan goodwanghan added this to the 0.8.0 milestone Dec 18, 2022
@goodwanghan goodwanghan linked an issue Dec 18, 2022 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Dec 18, 2022

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage 👍

Coverage data is based on head (0cdf0f0) compared to base (d0da068).
Patch coverage: 100.00% of modified lines in pull request are covered.

❗ Current head 0cdf0f0 differs from pull request most recent head dfdc264. Consider uploading reports for the commit dfdc264 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##            master      #396    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files          114       123     +9     
  Lines        10626     11429   +803     
==========================================
+ Hits         10626     11429   +803     
Impacted Files Coverage Δ
fugue/collections/partition.py 100.00% <ø> (ø)
fugue/extensions/creator/convert.py 100.00% <ø> (ø)
fugue/registry.py 100.00% <ø> (ø)
fugue_dask/__init__.py 100.00% <ø> (ø)
fugue_spark/__init__.py 100.00% <ø> (ø)
fugue/__init__.py 100.00% <100.00%> (ø)
fugue/_utils/sql.py 100.00% <100.00%> (ø)
fugue/api.py 100.00% <100.00%> (ø)
fugue/column/sql.py 100.00% <100.00%> (ø)
fugue/constants.py 100.00% <100.00%> (ø)
... and 58 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@goodwanghan goodwanghan changed the title Add fugue interfaceless util functions Add fugue API Dec 23, 2022
@goodwanghan goodwanghan merged commit 348d081 into master Dec 30, 2022
@goodwanghan goodwanghan deleted the 0.8.0.4 branch December 30, 2022 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment