We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d851420 commit 8ec8753Copy full SHA for 8ec8753
presto-native-execution/CMakeLists.txt
@@ -54,7 +54,7 @@ option(PRESTO_ENABLE_GCS "Build GCS support" OFF)
54
option(PRESTO_ENABLE_ABFS "Build ABFS support" OFF)
55
56
# Forwards user input to VELOX_ENABLE_PARQUET.
57
-option(PRESTO_ENABLE_PARQUET "Enable Parquet support" OFF)
+option(PRESTO_ENABLE_PARQUET "Enable Parquet support" ON)
58
59
# Forwards user input to VELOX_ENABLE_REMOTE_FUNCTIONS.
60
option(PRESTO_ENABLE_REMOTE_FUNCTIONS "Enable remote function support" OFF)
0 commit comments