Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Datasets] Raise error message if user calls
Dataset.__iter__
(ray-…
…project#30575) New users might try for item in dataset and get confused when they receive the default error message. This PR adds a more descriptive error that points users towards Dataset.take or Dataset.map_batches. Signed-off-by: tmynn <[email protected]>
- Loading branch information