From d9a019b8e5a722c3aef7ae9094ad53dce92f6410 Mon Sep 17 00:00:00 2001 From: Philipp Moritz Date: Mon, 30 Jul 2018 20:20:18 -0700 Subject: [PATCH] Upgrade arrow to include pytorch fix (#2522) This fixes https://github.com/ray-project/ray/issues/2520 --- 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 5b66d4d29..cf968528f 100755 --- a/thirdparty/scripts/build_arrow.sh +++ b/thirdparty/scripts/build_arrow.sh @@ -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"