From 8d08a86ca2352a23a262610cb18ac49cdce8969c Mon Sep 17 00:00:00 2001 From: yan ma Date: Mon, 11 Dec 2023 18:40:15 +0800 Subject: [PATCH] enable Arrow for build --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fa30c5fa0bd6..7e765c2ec7a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,7 +99,7 @@ option(VELOX_ENABLE_GCS "Build GCS Connector" OFF) option(VELOX_ENABLE_ABFS "Build Abfs Connector" OFF) option(VELOX_ENABLE_HDFS "Build Hdfs Connector" OFF) option(VELOX_ENABLE_PARQUET "Enable Parquet support" OFF) -option(VELOX_ENABLE_ARROW "Enable Arrow support" OFF) +option(VELOX_ENABLE_ARROW "Enable Arrow support" ON) option(VELOX_ENABLE_REMOTE_FUNCTIONS "Enable remote function support" OFF) option(VELOX_ENABLE_CCACHE "Use ccache if installed." ON)