Skip to content

Commit

Permalink
[native] remove unused spill config
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxmeng committed Mar 24, 2024
1 parent c726fc8 commit 24b0460
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion presto-native-execution/presto_cpp/main/common/Configs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,6 @@ BaseVeloxQueryConfig::BaseVeloxQueryConfig() {
BOOL_PROP(QueryConfig::kOrderBySpillEnabled, c.orderBySpillEnabled()),
NUM_PROP(QueryConfig::kMaxSpillLevel, c.maxSpillLevel()),
NUM_PROP(QueryConfig::kMaxSpillFileSize, c.maxSpillFileSize()),
NUM_PROP(QueryConfig::kMinSpillRunSize, c.minSpillRunSize()),
NUM_PROP(
QueryConfig::kSpillStartPartitionBit, c.spillStartPartitionBit()),
NUM_PROP(
Expand Down

0 comments on commit 24b0460

Please sign in to comment.