Skip to content

Commit

Permalink
[native] Enable parquet support at prestissimo
Browse files Browse the repository at this point in the history
  • Loading branch information
kewang1024 committed Nov 6, 2024
1 parent 2555927 commit c2adf11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presto-native-execution/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c2adf11

Please sign in to comment.