Skip to content

Commit

Permalink
[native]Advance velox version and code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxmeng committed Nov 3, 2023
1 parent 1e25021 commit 541d7ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions presto-native-execution/presto_cpp/main/common/Configs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,6 @@ BaseVeloxQueryConfig::BaseVeloxQueryConfig() {
BOOL_PROP(
QueryConfig::kAggregationSpillEnabled,
c.aggregationSpillEnabled()),
BOOL_PROP(QueryConfig::kAggregationSpillAll, c.aggregationSpillAll()),
BOOL_PROP(QueryConfig::kJoinSpillEnabled, c.joinSpillEnabled()),
BOOL_PROP(QueryConfig::kOrderBySpillEnabled, c.orderBySpillEnabled()),
NUM_PROP(
Expand All @@ -654,9 +653,6 @@ BaseVeloxQueryConfig::BaseVeloxQueryConfig() {
QueryConfig::kSpillStartPartitionBit, c.spillStartPartitionBit()),
NUM_PROP(
QueryConfig::kJoinSpillPartitionBits, c.joinSpillPartitionBits()),
NUM_PROP(
QueryConfig::kAggregationSpillPartitionBits,
c.aggregationSpillPartitionBits()),
NUM_PROP(
QueryConfig::kSpillableReservationGrowthPct,
c.spillableReservationGrowthPct()),
Expand Down

0 comments on commit 541d7ec

Please sign in to comment.