mirror of
https://github.com/vale981/ray
synced 2025-03-07 02:51:39 -05:00
Improve deserialization performance by rebasing on latest arrow (#1129)
* improve serialization performance by rebasing on latest arrow * update * revert worker.py
This commit is contained in:
parent
004ffe7e21
commit
4157bcb80b
1 changed files with 1 additions and 1 deletions
2
src/thirdparty/download_thirdparty.sh
vendored
2
src/thirdparty/download_thirdparty.sh
vendored
|
@ -13,4 +13,4 @@ fi
|
|||
cd $TP_DIR/arrow
|
||||
git fetch origin master
|
||||
|
||||
git checkout ee78cdcb1c475a05df9cd9de63358e80ba280a63
|
||||
git checkout a6a97a9d4c07873266a71d8c87069dc4d168e4d2
|
||||
|
|
Loading…
Add table
Reference in a new issue