You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by uw...@apache.org on 2017/05/14 19:02:25 UTC

parquet-cpp git commit: PARQUET-983: Update Thirdparty hash to Arrow 0.3.0

Repository: parquet-cpp
Updated Branches:
  refs/heads/master 2398317d1 -> b91a71549


PARQUET-983: Update Thirdparty hash to Arrow 0.3.0

Author: Uwe L. Korn <uw...@apache.org>

Closes #324 from xhochy/PARQUET-983 and squashes the following commits:

c13b56b [Uwe L. Korn] PARQUET-983: Update Thirdparty hash to Arrow 0.3.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/b91a7154
Tree: http://git-wip-us.apache.org/repos/asf/parquet-cpp/tree/b91a7154
Diff: http://git-wip-us.apache.org/repos/asf/parquet-cpp/diff/b91a7154

Branch: refs/heads/master
Commit: b91a71549b675dd4567e8d53096da67f81290865
Parents: 2398317
Author: Uwe L. Korn <uw...@apache.org>
Authored: Sun May 14 21:02:14 2017 +0200
Committer: Uwe L. Korn <uw...@apache.org>
Committed: Sun May 14 21:02:14 2017 +0200

----------------------------------------------------------------------
 cmake_modules/ThirdpartyToolchain.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/parquet-cpp/blob/b91a7154/cmake_modules/ThirdpartyToolchain.cmake
----------------------------------------------------------------------
diff --git a/cmake_modules/ThirdpartyToolchain.cmake b/cmake_modules/ThirdpartyToolchain.cmake
index c8faf8d..7b4c941 100644
--- a/cmake_modules/ThirdpartyToolchain.cmake
+++ b/cmake_modules/ThirdpartyToolchain.cmake
@@ -582,7 +582,7 @@ if (NOT ARROW_FOUND)
   endif()
 
   if ("$ENV{PARQUET_ARROW_VERSION}" STREQUAL "")
-    set(ARROW_VERSION "2c3e111d45c056d429cef312533c9f3f96b08ae8")
+    set(ARROW_VERSION "d8db8f8a11abbbb6c45645b2d7370610311731bd")
   else()
     set(ARROW_VERSION "$ENV{PARQUET_ARROW_VERSION}")
   endif()