forked from ray-project/ray
-
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.
[Data] Make
ExecutionPlan.execute
return RefBundle
instead of `Bl…
…ockList` (ray-project#45852) This PR is part of a larger effort to remove `LazyBlockList`. Currently, `ExecutionPlan.execute()` doesn't always perform execution. Sometimes, it skips execution and returns a `LazyBlockList`. This `LazyBlockList` has a code path separate from the standard streaming execution code path to load data. This PR updates the `execute()` implementation so that it always actually perform execution, and returns a `RefBundle` rather than a `BlockList`. Signed-off-by: Balaji Veeramani <[email protected]> Signed-off-by: Balaji Veeramani <[email protected]> Co-authored-by: Scott Lee <[email protected]>
- Loading branch information
1 parent
e4b68f4
commit a1ccd21
Showing
22 changed files
with
270 additions
and
263 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
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
Oops, something went wrong.