-
-
Notifications
You must be signed in to change notification settings - Fork 721
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
Remove subgraph callable #8956
Remove subgraph callable #8956
Conversation
.pre-commit-config.yaml
Outdated
@@ -64,7 +64,7 @@ repos: | |||
- tornado | |||
- pyarrow | |||
- urllib3 | |||
- git+https://github.com/dask/dask |
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.
- revert 26a9239
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 27 files ± 0 27 suites ±0 11h 35m 10s ⏱️ + 4m 31s For more details on these failures, see this check. Results for commit 07cb6cd. ± Comparison against base commit 7f14edf. This pull request removes 1 test.
♻️ This comment has been updated with latest results. |
6a53e35
to
f333a4e
Compare
Remaining CI failures should be #8978 |
efc05f1
to
07cb6cd
Compare
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.
Thanks, @fjetter!
07cb6cd
to
ba5b65b
Compare
With dask/dask#11568 the SubgraphCallable is now effectively dead code. There is just one exception since the optimization
optimization.fuse.subgraphs
is on by default for the legacy dataframe.Sibling in dask/dask dask/dask#11575