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

Migrate execution engine parsing to triad conditional_dispatcher, add dask client to DaskExecutionEngine #339

Merged
merged 12 commits into from
Jul 16, 2022

Conversation

goodwanghan
Copy link
Collaborator

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Jul 15, 2022

Codecov Report

Merging #339 (d8595b7) into master (8cb5f7a) will not change coverage.
The diff coverage is 100.00%.

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

@@            Coverage Diff            @@
##            master      #339   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          100       101    +1     
  Lines         9430      9419   -11     
=========================================
- Hits          9430      9419   -11     
Impacted Files Coverage Δ
fugue/constants.py 100.00% <ø> (ø)
fugue/execution/__init__.py 100.00% <ø> (ø)
fugue/__init__.py 100.00% <100.00%> (ø)
fugue/_utils/registry.py 100.00% <100.00%> (ø)
fugue/exceptions.py 100.00% <100.00%> (ø)
fugue/execution/factory.py 100.00% <100.00%> (ø)
fugue/registry.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8cb5f7a...5980461. Read the comment docs.

@goodwanghan goodwanghan changed the title Migrate to triad conditional_dispatcher Migrate execution engine parsing to triad conditional_dispatcher Jul 15, 2022
@goodwanghan goodwanghan added this to the 0.7.0 milestone Jul 16, 2022
@goodwanghan goodwanghan linked an issue Jul 16, 2022 that may be closed by this pull request
4 tasks
@goodwanghan goodwanghan linked an issue Jul 16, 2022 that may be closed by this pull request
@goodwanghan goodwanghan changed the title Migrate execution engine parsing to triad conditional_dispatcher Migrate execution engine parsing to triad conditional_dispatcher, add dask client to DaskExecutionEngine Jul 16, 2022
@goodwanghan goodwanghan merged commit 770f266 into master Jul 16, 2022
@goodwanghan goodwanghan deleted the 0.7.0.12 branch July 16, 2022 16:12
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] Add Dask Client to DaskExecutionEngine [FEATURE] Migrate to plugin mode
3 participants