From 61043a6644fd8e27d5a0f556d9080ae0ef1cc699 Mon Sep 17 00:00:00 2001 From: Benjamin Winger Date: Mon, 3 Jul 2023 12:01:14 -0400 Subject: [PATCH] Shallow clone arrow and update to arrow 12.0.1 --- external/arrow/apache_arrow.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/external/arrow/apache_arrow.cmake b/external/arrow/apache_arrow.cmake index 50d3e55186f..128d8342fba 100644 --- a/external/arrow/apache_arrow.cmake +++ b/external/arrow/apache_arrow.cmake @@ -10,7 +10,8 @@ endif() ExternalProject_Add(apache_arrow GIT_REPOSITORY "https://github.com/apache/arrow" - GIT_TAG f10f5cfd1376fb0e602334588b3f3624d41dee7d + GIT_TAG apache-arrow-12.0.1 + GIT_SHALLOW TRUE PREFIX "${CMAKE_BINARY_DIR}/arrow/" INSTALL_DIR "${CMAKE_BINARY_DIR}/arrow/install" CONFIGURE_COMMAND