From f1a26c570ad639fc13071fc65b95d20d9f651efb 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 82fed089f27c..55cfab10a6f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,7 +98,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) option(VELOX_ENABLE_CODEGEN_SUPPORT "Enable experimental codegen support." OFF)