Revert "Revert "Revert "Removing Pyarrow dependency (#7146)" (#7209) (#7214)" (#7232)

This commit is contained in:
Simon Mo
2020-02-19 13:35:29 -08:00
committed by GitHub
parent d537e9f0d8
commit 7bef7031c2
20 changed files with 378 additions and 149 deletions
-6
View File
@@ -162,13 +162,7 @@ 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,