Repository: parquet-cpp Updated Branches: refs/heads/master bec8fd4f3 -> 1b8b875fd
PARQUET-738: Update arrow version that also supports newer Xcode Author: Korn, Uwe <[email protected]> Closes #172 from xhochy/PARQUET-738 and squashes the following commits: 7ba05f7 [Korn, Uwe] PARQUET-738: Update arrow version that also supports newer Xcode Project: http://git-wip-us.apache.org/repos/asf/parquet-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/parquet-cpp/commit/1b8b875f Tree: http://git-wip-us.apache.org/repos/asf/parquet-cpp/tree/1b8b875f Diff: http://git-wip-us.apache.org/repos/asf/parquet-cpp/diff/1b8b875f Branch: refs/heads/master Commit: 1b8b875fd84de7a0612e6bae2cfff6440211d01a Parents: bec8fd4 Author: Korn, Uwe <[email protected]> Authored: Thu Oct 6 07:55:49 2016 -0400 Committer: Wes McKinney <[email protected]> Committed: Thu Oct 6 07:55:49 2016 -0400 ---------------------------------------------------------------------- thirdparty/versions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-cpp/blob/1b8b875f/thirdparty/versions.sh ---------------------------------------------------------------------- diff --git a/thirdparty/versions.sh b/thirdparty/versions.sh index e60ce05..226a401 100755 --- a/thirdparty/versions.sh +++ b/thirdparty/versions.sh @@ -1,4 +1,4 @@ -ARROW_VERSION="7e39747eec05379710e1a42ecbaf1d9795bc3cf0" +ARROW_VERSION="7fb4d24a35269db99fa112c0512d4a32c372dd74" ARROW_URL="https://github.com/apache/arrow/archive/${ARROW_VERSION}.tar.gz" ARROW_BASEDIR="arrow-${ARROW_VERSION}"
