forked from apache/beam
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run a significantly smaller Dask Graph. (apache#33806)
* Run a significantly smaller Dask Graph. `dask.optimize()` isn't a cure-all for everything. It won't remove tasks in a highly-duplicated graph, like the one we collect in the DaskRunner's visitor. The fix, however, is quite simple: We can get away with the dask distributed client only running the last value in the translated operation graph. Even with this small change, all tests pass. Further, it should lead to a significant performance improvement. * Fixing all run_pylint.sh issues. * *shakes fist at `isort`*.
- Loading branch information
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters