mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 17:49:47 +08:00
Update to latest arrow (#5011)
This commit is contained in:
committed by
Robert Nishihara
parent
0c4dd3c401
commit
4e82313891
@@ -45,10 +45,12 @@ cc_library(
|
||||
"cpp/src/arrow/util/macros.h",
|
||||
"cpp/src/arrow/util/memory.h",
|
||||
"cpp/src/arrow/util/stl.h",
|
||||
"cpp/src/arrow/util/string.h",
|
||||
"cpp/src/arrow/util/string_builder.h",
|
||||
"cpp/src/arrow/util/string_view.h",
|
||||
"cpp/src/arrow/util/thread-pool.h",
|
||||
"cpp/src/arrow/util/type_traits.h",
|
||||
"cpp/src/arrow/util/ubsan.h",
|
||||
"cpp/src/arrow/util/visibility.h",
|
||||
"cpp/src/arrow/util/windows_compatibility.h",
|
||||
"cpp/src/arrow/vendored/string_view.hpp",
|
||||
|
||||
@@ -67,7 +67,7 @@ def ray_deps_setup():
|
||||
new_git_repository(
|
||||
name = "plasma",
|
||||
build_file = "@//bazel:BUILD.plasma",
|
||||
commit = "9fcc12fc094b85ec2e3e9798bae5c8151d14df5e",
|
||||
commit = "aa9f08c2b927dee09f6193033f1678fb1d42114c",
|
||||
remote = "https://github.com/apache/arrow",
|
||||
)
|
||||
|
||||
|
||||
@@ -102,7 +102,7 @@ pushd "$BUILD_DIR"
|
||||
# the commit listed in the command.
|
||||
$PYTHON_EXECUTABLE -m pip install \
|
||||
--target="$ROOT_DIR/python/ray/pyarrow_files" pyarrow==0.14.0.RAY \
|
||||
--find-links https://s3-us-west-2.amazonaws.com/arrow-wheels/9f35817b35f9d0614a736a497d70de2cf07fed52/index.html
|
||||
--find-links https://s3-us-west-2.amazonaws.com/arrow-wheels/8772ea2ca8bbaf68576227991575ed0de3b23bff/index.html
|
||||
export PYTHON_BIN_PATH="$PYTHON_EXECUTABLE"
|
||||
|
||||
if [ "$RAY_BUILD_JAVA" == "YES" ]; then
|
||||
|
||||
Reference in New Issue
Block a user