Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Data] Improve error message when reading HTTP files (#40462)
If you try to read HTTP files with Ray Data, you get this error message if fsspect[http] isn't installed: > Please install fsspec to read files from HTTP. This PR updates the error message to clarify that you need the http extra: > To read files from HTTP, run pip install fsspec[http]. Signed-off-by: Balaji Veeramani <[email protected]>
- Loading branch information