-
-
Notifications
You must be signed in to change notification settings - Fork 718
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 recursion in task spec #8920
base: main
Are you sure you want to change the base?
Conversation
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 25 files ±0 25 suites ±0 10h 23m 10s ⏱️ + 2m 41s For more details on these failures, see this check. Results for commit 4d6826a. ± Comparison against base commit d7eff77. ♻️ This comment has been updated with latest results. |
8293696
to
32e1349
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.
P2P currently imports _inline_recursively
which has been removed. (See CI failure: distributed/shuffle/_core.py:28: error: Module "dask._task_spec" has no attribute "_inline_recursively"; maybe "_call_recursively"? [attr-defined]
)
EDIT: Ignore the above, we've run into a review race condition.
Yeah, I'm still working on CI. The gist of the changes will very likely remain the same so I encourage a review regardless of bad CI |
877fb11
to
e5d5d24
Compare
0c1c99c
to
f30fd2d
Compare
See
The most important PR to review is the dask/dask one.