mirror of
https://github.com/wassname/ray.git
synced 2026-08-13 12:30:18 +08:00
fix problem if old version of arrow is cloned (#538)
This commit is contained in:
committed by
Robert Nishihara
parent
3a0e86395e
commit
c1e9496a06
+1
-1
@@ -11,6 +11,6 @@ if [ ! -d $TP_DIR/arrow ]; then
|
||||
git clone https://github.com/apache/arrow/ "$TP_DIR/arrow"
|
||||
fi
|
||||
cd $TP_DIR/arrow
|
||||
git pull origin master
|
||||
|
||||
git checkout 670612e6fdf699486641ed0d39d22257eb8acdb2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user