-
-
Notifications
You must be signed in to change notification settings - Fork 719
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
Rename get_default_shuffle_algorithm
to get_default_shuffle_method
#7902
Rename get_default_shuffle_algorithm
to get_default_shuffle_method
#7902
Conversation
get_default_shuffle_algorithm
to get_default_shuffle_method
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 20 files ± 0 20 suites ±0 12h 27m 54s ⏱️ + 4m 37s For more details on these failures, see this check. Results for commit 47c4fcd. ± Comparison against base commit 19c8bf9. ♻️ This comment has been updated with latest results. |
@@ -43,7 +43,8 @@ dependencies: | |||
- zict # overridden by git tip below | |||
- zstandard >=0.9.0 | |||
- pip: | |||
- git+https://github.com/dask/dask | |||
# - git+https://github.com/dask/dask | |||
- git+https://github.com/hendrikmakait/dask.git@default-shuffle-ignores-fuse |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just flagging: Revert me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, ignoring the reverts
This reverts commit 47c4fcd.
In dask/distributed#7902 the name `get_default_shuffle_algorithm` has been changed to `get_default_shuffle_method`, which is adjust by this change.
In dask/distributed#7902 the name `get_default_shuffle_algorithm` has been changed to `get_default_shuffle_method`, which is adjusted by this change.
In dask/distributed#7902 the name `get_default_shuffle_algorithm` has been changed to `get_default_shuffle_method`, which is adjusted by this change. Authors: - Peter Andreas Entschev (https://github.com/pentschev) Approvers: - Benjamin Zaitlen (https://github.com/quasiben) URL: #1200
Sibling to dask/dask#10344
pre-commit run --all-files