Update arrow to latest master (#2100)

This commit is contained in:
Philipp Moritz
2018-05-24 00:26:13 -07:00
committed by Robert Nishihara
parent 68b11c8251
commit 225608ec66
9 changed files with 36 additions and 38 deletions
+2 -2
View File
@@ -44,10 +44,10 @@ if [[ ! -d $TP_DIR/../python/ray/pyarrow_files/pyarrow ]]; then
pushd $TP_DIR/build/arrow
git fetch origin master
# The PR for this commit is https://github.com/apache/arrow/pull/1939. We
# The PR for this commit is https://github.com/apache/arrow/pull/2073. We
# include the link here to make it easier to find the right commit because
# Arrow often rewrites git history and invalidates certain commits.
git checkout 5f9cf9c96709f92e9ac4828cf3e106a165576ce7
git checkout 1d9d8939efe54a640b46fcbe8e14e5b347c7a422
cd cpp
if [ ! -d "build" ]; then