Skip to content

Commit

Permalink
[native]Remove the unused spill config
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxmeng authored and amitkdutta committed Jun 8, 2024
1 parent b66b25b commit 6cfdf44
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
Expand Up @@ -752,7 +752,7 @@ BaseVeloxQueryConfig::BaseVeloxQueryConfig() {
NUM_PROP(
QueryConfig::kSpillStartPartitionBit, c.spillStartPartitionBit()),
NUM_PROP(
QueryConfig::kJoinSpillPartitionBits, c.joinSpillPartitionBits()),
QueryConfig::kSpillNumPartitionBits, c.spillNumPartitionBits()),
NUM_PROP(
QueryConfig::kSpillableReservationGrowthPct,
c.spillableReservationGrowthPct()),
Expand Down

0 comments on commit 6cfdf44

Please sign in to comment.