From c2adf11f81c96b22ee079eb9c08f94fcf6001f7a Mon Sep 17 00:00:00 2001 From: Ke Date: Wed, 6 Nov 2024 09:32:40 -0800 Subject: [PATCH] [native] Enable parquet support at prestissimo --- presto-native-execution/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presto-native-execution/CMakeLists.txt b/presto-native-execution/CMakeLists.txt index d5001dde70a7..5c9e00685cbc 100644 --- a/presto-native-execution/CMakeLists.txt +++ b/presto-native-execution/CMakeLists.txt @@ -54,7 +54,7 @@ option(PRESTO_ENABLE_GCS "Build GCS support" OFF) option(PRESTO_ENABLE_ABFS "Build ABFS support" OFF) # Forwards user input to VELOX_ENABLE_PARQUET. -option(PRESTO_ENABLE_PARQUET "Enable Parquet support" OFF) +option(PRESTO_ENABLE_PARQUET "Enable Parquet support" ON) # Forwards user input to VELOX_ENABLE_REMOTE_FUNCTIONS. option(PRESTO_ENABLE_REMOTE_FUNCTIONS "Enable remote function support" OFF)