Skip to content

Commit 8ec8753

Browse files
committed
[native] Enable Parquet by default
Most customers use parquet so prestissimo should always be built with parquet support.
1 parent d851420 commit 8ec8753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presto-native-execution/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ option(PRESTO_ENABLE_GCS "Build GCS support" OFF)
5454
option(PRESTO_ENABLE_ABFS "Build ABFS support" OFF)
5555

5656
# Forwards user input to VELOX_ENABLE_PARQUET.
57-
option(PRESTO_ENABLE_PARQUET "Enable Parquet support" OFF)
57+
option(PRESTO_ENABLE_PARQUET "Enable Parquet support" ON)
5858

5959
# Forwards user input to VELOX_ENABLE_REMOTE_FUNCTIONS.
6060
option(PRESTO_ENABLE_REMOTE_FUNCTIONS "Enable remote function support" OFF)

0 commit comments

Comments
 (0)