mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 01:57:09 +08:00
Removing Pyarrow dependency (#7146)
This commit is contained in:
@@ -162,7 +162,13 @@ class RayTimeoutError(RayError):
|
||||
pass
|
||||
|
||||
|
||||
class PlasmaObjectNotAvailable(RayError):
|
||||
"""Called when an object was not available within the given timeout."""
|
||||
pass
|
||||
|
||||
|
||||
RAY_EXCEPTION_TYPES = [
|
||||
PlasmaObjectNotAvailable,
|
||||
RayError,
|
||||
RayTaskError,
|
||||
RayWorkerError,
|
||||
|
||||
Reference in New Issue
Block a user