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] [3/3] [no_early_kickoff] Async iter batches e2e (ray-project#3…
…3620) Final PR for async iter_batches. The new codepath is enabled for streaming execution. The old codepath is still accessible via a feature flag in DatasetContext. Bulk execution still uses the old codepath by default. This also deprecated prefetch_batches from map_batches since that is half baked and not entirely supported. --------- Signed-off-by: amogkam <[email protected]> Signed-off-by: Jack He <[email protected]>
- Loading branch information
1 parent
f67b8fc
commit 4394179
Showing
31 changed files
with
813 additions
and
257 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.