Upgrade arrow to include tensorflow op fix (#2607)

This commit is contained in:
Philipp Moritz 2018-08-14 21:47:01 -07:00 committed by Robert Nishihara
parent 62649715ca
commit f13e3e22f2
3 changed files with 4 additions and 4 deletions

View file

@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-plasma</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>
<dependency>

View file

@ -34,10 +34,10 @@ else
exit 1
fi
# The PR for this commit is https://github.com/apache/arrow/pull/2953. We
# The PR for this commit is https://github.com/apache/arrow/pull/2368. 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=d48dce2cfebdbd044a8260d0a77f5fe3d89a4a2d
TARGET_COMMIT_ID=4660833b2c5ef63a97445e304b8f72a2e0170f9c
build_arrow() {
echo "building arrow"
# Make sure arrow will be built again when building ray for java later than python

View file

@ -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=646e2258172112036e3c4c2e6541b0f86b5fb35f
TARGET_COMMIT_ID=63f41b00bddecb172bd5b3aa0366b4653f498811
build_parquet() {
echo "Building Parquet"