Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presto-native-execution/presto_cpp/main/common/Configs.cpp
Original file line number Diff line number Diff line change
@@ -702,7 +702,7 @@ BaseVeloxQueryConfig::BaseVeloxQueryConfig() {
BOOL_PROP(
QueryConfig::kAggregationSpillEnabled,
c.aggregationSpillEnabled()),
BOOL_PROP(QueryConfig::kAggregationSpillAll, true),
BOOL_PROP(QueryConfig::kAggregationSpillAll, c.aggregationSpillAll()),
BOOL_PROP(QueryConfig::kJoinSpillEnabled, c.joinSpillEnabled()),
BOOL_PROP(QueryConfig::kOrderBySpillEnabled, c.orderBySpillEnabled()),
NUM_PROP(

0 comments on commit 3ca1339

Please sign in to comment.