Removing Pyarrow dependency (#7146)

This commit is contained in:
ijrsvt
2020-02-17 18:00:13 -08:00
committed by GitHub
parent 3bd82d0bcd
commit 2116fd3bca
18 changed files with 119 additions and 373 deletions
+6
View File
@@ -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,