From 5e59cc6a20718b996d4bb354f779cb38503d93af Mon Sep 17 00:00:00 2001 From: Philipp Moritz Date: Thu, 2 Aug 2018 14:37:38 -0700 Subject: [PATCH] Update arrow to include plasma memory footprint reduction (#2545) --- thirdparty/scripts/build_arrow.sh | 4 ++-- thirdparty/scripts/build_parquet.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/thirdparty/scripts/build_arrow.sh b/thirdparty/scripts/build_arrow.sh index cf968528f..165e9fded 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/2342. We +# The PR for this commit is https://github.com/apache/arrow/pull/2953. 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=26affd7b35a1bf3800ab08df3347fe07d220f87d +TARGET_COMMIT_ID=d48dce2cfebdbd044a8260d0a77f5fe3d89a4a2d build_arrow() { echo "building arrow" diff --git a/thirdparty/scripts/build_parquet.sh b/thirdparty/scripts/build_parquet.sh index 4110a04a8..246dab0eb 100755 --- a/thirdparty/scripts/build_parquet.sh +++ b/thirdparty/scripts/build_parquet.sh @@ -10,7 +10,7 @@ TP_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)/../ PARQUET_HOME=$TP_DIR/pkg/arrow/cpp/build/cpp-install OPENSSL_DIR=/usr/local/opt/openssl BISON_DIR=/usr/local/opt/bison/bin -TARGET_COMMIT_ID=c246da995edf50de5349525996ea321c15facbf5 +TARGET_COMMIT_ID=646e2258172112036e3c4c2e6541b0f86b5fb35f build_parquet() { echo "Building Parquet"