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

Remove subgraph callable #8956

Merged
merged 1 commit into from
Jan 9, 2025
Merged

Conversation

fjetter
Copy link
Member

@fjetter fjetter commented Dec 3, 2024

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

@@ -64,7 +64,7 @@ repos:
- tornado
- pyarrow
- urllib3
- git+https://github.com/dask/dask
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

github-actions bot commented Dec 3, 2024

Unit Test Results

See 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
 4 125 tests  -  1   3 998 ✅  -  1    125 💤 ±0  2 ❌ ±0 
51 690 runs   - 13  49 257 ✅  - 14  2 429 💤 +1  4 ❌ ±0 

For more details on these failures, see this check.

Results for commit 07cb6cd. ± Comparison against base commit 7f14edf.

This pull request removes 1 test.
distributed.tests.test_client ‑ test_get_mix_futures_and_SubgraphCallable

♻️ This comment has been updated with latest results.

@fjetter fjetter force-pushed the remove_subgraph_callable branch 2 times, most recently from 6a53e35 to f333a4e Compare January 8, 2025 14:20
@hendrikmakait
Copy link
Member

Remaining CI failures should be #8978

@fjetter fjetter force-pushed the remove_subgraph_callable branch from efc05f1 to 07cb6cd Compare January 9, 2025 09:38
Copy link
Member

@hendrikmakait hendrikmakait left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @fjetter!

@fjetter fjetter force-pushed the remove_subgraph_callable branch from 07cb6cd to ba5b65b Compare January 9, 2025 11:19
@fjetter fjetter merged commit 8d8c878 into dask:main Jan 9, 2025
1 of 2 checks passed
@fjetter fjetter deleted the remove_subgraph_callable branch January 9, 2025 11:20
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.

2 participants