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

This reverts commit 2116fd3bca.
This commit is contained in:
Eric Liang
2020-02-18 14:12:06 -08:00
committed by GitHub
parent 5df801605e
commit 0aa9373d62
18 changed files with 373 additions and 119 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,