mirror of
https://github.com/wassname/ray.git
synced 2026-07-13 04:26:46 +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",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user