Repository: parquet-cpp Updated Branches: refs/heads/master e998dfb40 -> cbdd9560e
PARQUET-1067: Update arrow hash to 0.5.0 Author: Uwe L. Korn <[email protected]> Closes #374 from xhochy/PARQUET-1067 and squashes the following commits: a10aaef [Uwe L. Korn] PARQUET-1067: Update arrow hash to 0.5.0 Project: http://git-wip-us.apache.org/repos/asf/parquet-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/parquet-cpp/commit/cbdd9560 Tree: http://git-wip-us.apache.org/repos/asf/parquet-cpp/tree/cbdd9560 Diff: http://git-wip-us.apache.org/repos/asf/parquet-cpp/diff/cbdd9560 Branch: refs/heads/master Commit: cbdd9560e45187a4b3b39728986a2ef0d5ed07db Parents: e998dfb Author: Uwe L. Korn <[email protected]> Authored: Mon Jul 24 10:33:26 2017 -0400 Committer: Wes McKinney <[email protected]> Committed: Mon Jul 24 10:33:26 2017 -0400 ---------------------------------------------------------------------- cmake_modules/ThirdpartyToolchain.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-cpp/blob/cbdd9560/cmake_modules/ThirdpartyToolchain.cmake ---------------------------------------------------------------------- diff --git a/cmake_modules/ThirdpartyToolchain.cmake b/cmake_modules/ThirdpartyToolchain.cmake index 2717fb5..34229c8 100644 --- a/cmake_modules/ThirdpartyToolchain.cmake +++ b/cmake_modules/ThirdpartyToolchain.cmake @@ -339,7 +339,7 @@ if (NOT ARROW_FOUND) -DARROW_BUILD_TESTS=OFF) if ("$ENV{PARQUET_ARROW_VERSION}" STREQUAL "") - set(ARROW_VERSION "afb192824a75ab81fbc8dcd2da56409186bb23e0") + set(ARROW_VERSION "e9f76e125b836d0fdc0a533e2fee3fca8bf4c1a1") else() set(ARROW_VERSION "$ENV{PARQUET_ARROW_VERSION}") endif()
