mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 18:27:03 +08:00
Update arrow to include user defined status for plasma (#5156)
This commit is contained in:
committed by
Robert Nishihara
parent
f5a87b88a3
commit
322b5166ad
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user