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/06/05 11:36:52 UTC

parquet-cpp git commit: PARQUET-1016: Upgrade thirdparty Arrow to 0.4.0

Repository: parquet-cpp
Updated Branches:
  refs/heads/master 8a40ef8d6 -> a7eada4ca


PARQUET-1016: Upgrade thirdparty Arrow to 0.4.0

Close #334

Author: Wes McKinney <we...@twosigma.com>

Closes #348 from wesm/PARQUET-1016 and squashes the following commits:

8fecd96 [Wes McKinney] Upgrade thirdparty Arrow to 0.4.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/a7eada4c
Tree: http://git-wip-us.apache.org/repos/asf/parquet-cpp/tree/a7eada4c
Diff: http://git-wip-us.apache.org/repos/asf/parquet-cpp/diff/a7eada4c

Branch: refs/heads/master
Commit: a7eada4cac015006812d16b3af179f943ff59e2e
Parents: 8a40ef8
Author: Wes McKinney <we...@twosigma.com>
Authored: Mon Jun 5 13:36:47 2017 +0200
Committer: Uwe L. Korn <uw...@apache.org>
Committed: Mon Jun 5 13:36:47 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/a7eada4c/cmake_modules/ThirdpartyToolchain.cmake
----------------------------------------------------------------------
diff --git a/cmake_modules/ThirdpartyToolchain.cmake b/cmake_modules/ThirdpartyToolchain.cmake
index 80514df..d2f45c5 100644
--- a/cmake_modules/ThirdpartyToolchain.cmake
+++ b/cmake_modules/ThirdpartyToolchain.cmake
@@ -519,7 +519,7 @@ if (NOT ARROW_FOUND)
   endif()
 
   if ("$ENV{PARQUET_ARROW_VERSION}" STREQUAL "")
-    set(ARROW_VERSION "d8db8f8a11abbbb6c45645b2d7370610311731bd")
+    set(ARROW_VERSION "a8f8ba0cbcf5f596f042e90b7a208e7a0c3925b7")
   else()
     set(ARROW_VERSION "$ENV{PARQUET_ARROW_VERSION}")
   endif()