Update arrow to include user defined status for plasma (#5156)

This commit is contained in:
Philipp Moritz
2019-07-12 22:51:14 -07:00
committed by Robert Nishihara
parent f5a87b88a3
commit 322b5166ad
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -390,7 +390,7 @@ class Worker(object):
# Serialize and put the object in the object store.
try:
self.store_and_register(object_id, value)
except pyarrow.PlasmaObjectExists:
except pyarrow.plasma.PlasmaObjectExists:
# The object already exists in the object store, so there is no
# need to add it again. TODO(rkn): We need to compare the hashes
# and make sure that the objects are in fact the same. We also