From e45bec1e51533dccc382ef8d4681055ed9c4c96c Mon Sep 17 00:00:00 2001 From: Philipp Moritz Date: Fri, 6 Jul 2018 22:29:54 -0700 Subject: [PATCH] Fix import error when tensorflow-gpu and tensorflow are both installed (#2364) --- thirdparty/scripts/build_arrow.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thirdparty/scripts/build_arrow.sh b/thirdparty/scripts/build_arrow.sh index 413dfdcce..9c1adf9fa 100755 --- a/thirdparty/scripts/build_arrow.sh +++ b/thirdparty/scripts/build_arrow.sh @@ -68,10 +68,10 @@ if [[ ! -d $TP_DIR/../python/ray/pyarrow_files/pyarrow || \ pushd $TP_DIR/build/arrow git fetch origin master - # The PR for this commit is https://github.com/apache/arrow/pull/2201. We + # The PR for this commit is https://github.com/apache/arrow/pull/2224. 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 d5d39f770047d671e4879369dd680c69afc370c3 + git checkout 010c87402071d715e6fd0c3d22a0b13820b9aed5 git apply $TP_DIR/scripts/arrow-zero-fill.patch