Update to latest arrow (#5011)

This commit is contained in:
Philipp Moritz
2019-06-30 20:36:36 -07:00
committed by Robert Nishihara
parent 0c4dd3c401
commit 4e82313891
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -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",
+1 -1
View File
@@ -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",
)