mirror of
https://github.com/wassname/ray.git
synced 2026-08-18 12:20:14 +08:00
Update arrow to latest master (#2100)
This commit is contained in:
committed by
Robert Nishihara
parent
68b11c8251
commit
225608ec66
Vendored
+2
-2
@@ -44,10 +44,10 @@ if [[ ! -d $TP_DIR/../python/ray/pyarrow_files/pyarrow ]]; then
|
||||
|
||||
pushd $TP_DIR/build/arrow
|
||||
git fetch origin master
|
||||
# The PR for this commit is https://github.com/apache/arrow/pull/1939. We
|
||||
# The PR for this commit is https://github.com/apache/arrow/pull/2073. We
|
||||
# include the link here to make it easier to find the right commit because
|
||||
# Arrow often rewrites git history and invalidates certain commits.
|
||||
git checkout 5f9cf9c96709f92e9ac4828cf3e106a165576ce7
|
||||
git checkout 1d9d8939efe54a640b46fcbe8e14e5b347c7a422
|
||||
|
||||
cd cpp
|
||||
if [ ! -d "build" ]; then
|
||||
|
||||
Reference in New Issue
Block a user