mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
Upgrade arrow to include tensorflow op fix (#2607)
This commit is contained in:
parent
62649715ca
commit
f13e3e22f2
3 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
4
thirdparty/scripts/build_arrow.sh
vendored
4
thirdparty/scripts/build_arrow.sh
vendored
|
@ -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
|
||||
|
|
2
thirdparty/scripts/build_parquet.sh
vendored
2
thirdparty/scripts/build_parquet.sh
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue