You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[native] Pass Presto build options to Velox build options directly
Some Presto build options directly set Velox build option to enable
certain features.
Previously, configuration values that do not match Velox defaults
might not set the Velox config appropriatly. For example, turning
off parquet support would not actually disable it at the build level
because the Velox config would be left to the default value which
is ON.
0 commit comments