Skip to content

Commit

Permalink
Upgrade Arrow to include Plasma TensorFlow Op release fix (#3448)
Browse files Browse the repository at this point in the history
This includes a fix so the TensorFlow op releases memory properly (apache/arrow#3061) and the possibility to store arrow data structures in plasma (apache/arrow#2832).

#3404
  • Loading branch information
pcmoritz authored and robertnishihara committed Dec 2, 2018
1 parent abd37df commit c5b5cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/Modules/ArrowExternalProject.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
# - PLASMA_SHARED_LIB

set(arrow_URL https://github.com/apache/arrow.git)
# The PR for this commit is https://github.com/apache/arrow/pull/2826. We
# The PR for this commit is https://github.com/apache/arrow/pull/3061. We
# include the link here to make it easier to find the right commit because
# Arrow often rewrites git history and invalidates certain commits.
set(arrow_TAG b4f7ed6d6ed5cdb6dd136bac3181a438f35c8ea0)
set(arrow_TAG a667fca3b71772886bb2595986266d2039823dcc)

set(ARROW_INSTALL_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/external/arrow-install)
set(ARROW_HOME ${ARROW_INSTALL_PREFIX})
Expand Down

0 comments on commit c5b5cda

Please sign in to comment.