mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 16:00:00 +08:00
Update arrow version. (#1512)
This commit is contained in:
committed by
Philipp Moritz
parent
fa37564511
commit
89db7841d2
@@ -1044,6 +1044,7 @@ def _initialize_serialization(worker=global_worker):
|
||||
worker.serialization_context.set_pickle(pickle.dumps, pickle.loads)
|
||||
pyarrow.register_default_serialization_handlers(
|
||||
worker.serialization_context)
|
||||
pyarrow.register_torch_serialization_handlers(worker.serialization_context)
|
||||
|
||||
# Define a custom serializer and deserializer for handling Object IDs.
|
||||
def objectid_custom_serializer(obj):
|
||||
|
||||
Reference in New Issue
Block a user