mirror of
https://github.com/wassname/ray.git
synced 2026-07-06 02:47:47 +08:00
Upgrade arrow to include pytorch fix (#2496)
This commit is contained in:
committed by
Robert Nishihara
parent
ccb9a27393
commit
ecc100cb3b
Vendored
+2
-2
@@ -40,10 +40,10 @@ else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# The PR for this commit is https://github.com/apache/arrow/pull/2282. We
|
||||
# The PR for this commit is https://github.com/apache/arrow/pull/2332. 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=35ef303ad4f5a1f7a7e156e94ef331b7f9586ca5
|
||||
TARGET_COMMIT_ID=a18f36201e5cd1e6f8bc244a5e755fa54bc9c7b0
|
||||
build_arrow() {
|
||||
echo "building arrow"
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -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=0875e43010af485e1c0b506d77d7e0edc80c66cc
|
||||
TARGET_COMMIT_ID=c246da995edf50de5349525996ea321c15facbf5
|
||||
|
||||
build_parquet() {
|
||||
echo "Building Parquet"
|
||||
|
||||
Reference in New Issue
Block a user