Upgrade arrow to include pytorch fix (#2522)

This fixes https://github.com/ray-project/ray/issues/2520
This commit is contained in:
Philipp Moritz
2018-07-30 20:20:18 -07:00
committed by Richard Liaw
parent a45f9cfafc
commit d9a019b8e5
+2 -2
View File
@@ -40,10 +40,10 @@ else
exit 1
fi
# The PR for this commit is https://github.com/apache/arrow/pull/2332. We
# The PR for this commit is https://github.com/apache/arrow/pull/2342. We
# include the link here to make it easier to find the right commit because
# Arrow often rewrites git history and invalidates certain commits.
TARGET_COMMIT_ID=a18f36201e5cd1e6f8bc244a5e755fa54bc9c7b0
TARGET_COMMIT_ID=26affd7b35a1bf3800ab08df3347fe07d220f87d
build_arrow() {
echo "building arrow"