Skip to content

Commit

Permalink
fix problem if old version of arrow is cloned (ray-project#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz authored and robertnishihara committed May 10, 2017
1 parent 3a0e863 commit c1e9496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/numbuf/thirdparty/download_thirdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c1e9496

Please sign in to comment.