File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,12 @@ cc_library(
45
45
"cpp/src/arrow/util/macros.h",
46
46
"cpp/src/arrow/util/memory.h",
47
47
"cpp/src/arrow/util/stl.h",
48
+ "cpp/src/arrow/util/string.h",
48
49
"cpp/src/arrow/util/string_builder.h",
49
50
"cpp/src/arrow/util/string_view.h",
50
51
"cpp/src/arrow/util/thread-pool.h",
51
52
"cpp/src/arrow/util/type_traits.h",
53
+ "cpp/src/arrow/util/ubsan.h",
52
54
"cpp/src/arrow/util/visibility.h",
53
55
"cpp/src/arrow/util/windows_compatibility.h",
54
56
"cpp/src/arrow/vendored/string_view.hpp",
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def ray_deps_setup():
67
67
new_git_repository (
68
68
name = "plasma" ,
69
69
build_file = "@//bazel:BUILD.plasma" ,
70
- commit = "9fcc12fc094b85ec2e3e9798bae5c8151d14df5e " ,
70
+ commit = "aa9f08c2b927dee09f6193033f1678fb1d42114c " ,
71
71
remote = "https://github.com/apache/arrow" ,
72
72
)
73
73
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ pushd "$BUILD_DIR"
102
102
# the commit listed in the command.
103
103
$PYTHON_EXECUTABLE -m pip install \
104
104
--target=" $ROOT_DIR /python/ray/pyarrow_files" pyarrow==0.14.0.RAY \
105
- --find-links https://s3-us-west-2.amazonaws.com/arrow-wheels/9f35817b35f9d0614a736a497d70de2cf07fed52 /index.html
105
+ --find-links https://s3-us-west-2.amazonaws.com/arrow-wheels/8772ea2ca8bbaf68576227991575ed0de3b23bff /index.html
106
106
export PYTHON_BIN_PATH=" $PYTHON_EXECUTABLE "
107
107
108
108
if [ " $RAY_BUILD_JAVA " == " YES" ]; then
You can’t perform that action at this time.
0 commit comments