mirror of
https://github.com/wassname/ray.git
synced 2026-07-23 13:10:11 +08:00
Upgrade to latest arrow to include set serialization speedups (#957)
* update arrow to pull in the set serialization speedups * remove _register_class for set
This commit is contained in:
committed by
Robert Nishihara
parent
d6612a93a2
commit
546ba23ceb
@@ -1028,8 +1028,6 @@ def _initialize_serialization(worker=global_worker):
|
||||
_register_class(RayGetArgumentError)
|
||||
# Tell Ray to serialize lambdas with pickle.
|
||||
_register_class(type(lambda: 0), pickle=True)
|
||||
# Tell Ray to serialize sets with pickle.
|
||||
_register_class(type(set()), pickle=True)
|
||||
# Tell Ray to serialize types with pickle.
|
||||
_register_class(type(int), pickle=True)
|
||||
|
||||
|
||||
+1
-1
@@ -13,4 +13,4 @@ fi
|
||||
cd $TP_DIR/arrow
|
||||
git fetch origin master
|
||||
|
||||
git checkout b1e56a2f5d3fef3d04093fcfd4f279290f597d06
|
||||
git checkout 0c8853f90612b485c853cb54acf34a820591ca1d
|
||||
|
||||
Reference in New Issue
Block a user