Upgrade arrow to include more detailed flushing message (#2706)

This commit is contained in:
Philipp Moritz
2018-08-24 11:44:04 -07:00
committed by Robert Nishihara
parent e467f546b5
commit b4c47a5861
17 changed files with 29 additions and 28 deletions
+2 -2
View File
@@ -34,10 +34,10 @@ else
exit 1
fi
# The PR for this commit is https://github.com/apache/arrow/pull/2368. We
# The PR for this commit is https://github.com/apache/arrow/pull/2458. We
# include the link here to make it easier to find the right commit because
# Arrow often rewrites git history and invalidates certain commits.
TARGET_COMMIT_ID=4660833b2c5ef63a97445e304b8f72a2e0170f9c
TARGET_COMMIT_ID=fda4b3dcfc773612b12973df5053193f236fc696
build_arrow() {
echo "building arrow"
# Make sure arrow will be built again when building ray for java later than python