Skip to content

Commit

Permalink
Update arrow to include uninitialized memory fixes (ray-project#2371)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz authored and robertnishihara committed Jul 11, 2018
1 parent 450b11f commit 4dadc60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 34 deletions.
30 changes: 0 additions & 30 deletions thirdparty/scripts/arrow-zero-fill.patch

This file was deleted.

6 changes: 2 additions & 4 deletions thirdparty/scripts/build_arrow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,10 @@ if [[ ! -d $TP_DIR/../python/ray/pyarrow_files/pyarrow || \

pushd $TP_DIR/build/arrow
git fetch origin master
# The PR for this commit is https://github.com/apache/arrow/pull/2224. We
# The PR for this commit is https://github.com/apache/arrow/pull/2235. 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 010c87402071d715e6fd0c3d22a0b13820b9aed5

git apply $TP_DIR/scripts/arrow-zero-fill.patch
git checkout fa08ddfbe8ada173b2c621172e176f159ce3b728

cd cpp
if [ ! -d "build" ]; then
Expand Down

0 comments on commit 4dadc60

Please sign in to comment.