Skip to content

Commit 4e82313

Browse files
pcmoritzrobertnishihara
authored andcommitted
Update to latest arrow (#5011)
1 parent 0c4dd3c commit 4e82313

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

bazel/BUILD.plasma

+2
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@ cc_library(
4545
"cpp/src/arrow/util/macros.h",
4646
"cpp/src/arrow/util/memory.h",
4747
"cpp/src/arrow/util/stl.h",
48+
"cpp/src/arrow/util/string.h",
4849
"cpp/src/arrow/util/string_builder.h",
4950
"cpp/src/arrow/util/string_view.h",
5051
"cpp/src/arrow/util/thread-pool.h",
5152
"cpp/src/arrow/util/type_traits.h",
53+
"cpp/src/arrow/util/ubsan.h",
5254
"cpp/src/arrow/util/visibility.h",
5355
"cpp/src/arrow/util/windows_compatibility.h",
5456
"cpp/src/arrow/vendored/string_view.hpp",

bazel/ray_deps_setup.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def ray_deps_setup():
6767
new_git_repository(
6868
name = "plasma",
6969
build_file = "@//bazel:BUILD.plasma",
70-
commit = "9fcc12fc094b85ec2e3e9798bae5c8151d14df5e",
70+
commit = "aa9f08c2b927dee09f6193033f1678fb1d42114c",
7171
remote = "https://github.com/apache/arrow",
7272
)
7373

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ pushd "$BUILD_DIR"
102102
# the commit listed in the command.
103103
$PYTHON_EXECUTABLE -m pip install \
104104
--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
106106
export PYTHON_BIN_PATH="$PYTHON_EXECUTABLE"
107107

108108
if [ "$RAY_BUILD_JAVA" == "YES" ]; then

0 commit comments

Comments
 (0)