Repository: parquet-cpp Updated Branches: refs/heads/master 076011b08 -> c66db9590
PARQUET-881: Update Arrow hash to 0.2.0-rc2 Author: Uwe L. Korn <[email protected]> Closes #247 from xhochy/PARQUET-881 and squashes the following commits: 2ca6037 [Uwe L. Korn] PARQUET-881: Update Arrow hash to 0.2.0-rc2 Project: http://git-wip-us.apache.org/repos/asf/parquet-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/parquet-cpp/commit/c66db959 Tree: http://git-wip-us.apache.org/repos/asf/parquet-cpp/tree/c66db959 Diff: http://git-wip-us.apache.org/repos/asf/parquet-cpp/diff/c66db959 Branch: refs/heads/master Commit: c66db95903b7540af4d2f73f8d268c25f8f366b8 Parents: 076011b Author: Uwe L. Korn <[email protected]> Authored: Thu Feb 16 09:34:27 2017 -0500 Committer: Wes McKinney <[email protected]> Committed: Thu Feb 16 09:34:27 2017 -0500 ---------------------------------------------------------------------- cmake_modules/ThirdpartyToolchain.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-cpp/blob/c66db959/cmake_modules/ThirdpartyToolchain.cmake ---------------------------------------------------------------------- diff --git a/cmake_modules/ThirdpartyToolchain.cmake b/cmake_modules/ThirdpartyToolchain.cmake index 095fd82..4b943b5 100644 --- a/cmake_modules/ThirdpartyToolchain.cmake +++ b/cmake_modules/ThirdpartyToolchain.cmake @@ -22,7 +22,7 @@ set(THRIFT_VERSION "0.9.1") # Brotli 0.5.2 does not install headers/libraries yet, but 0.6.0.dev does set(BROTLI_VERSION "5db62dcc9d386579609540cdf8869e95ad334bbd") -set(ARROW_VERSION "66f650cd359e13f3d5c3d4ef78d89f389d6bcecc") +set(ARROW_VERSION "fa8d27f314b7c21c611d1c5caaa9b32ae0cb2b06") # find boost headers and libs set(Boost_DEBUG TRUE)
