Skip to content

Commit

Permalink
QueryConfig::kAggregationSpillPartitionBits is removed in upstream velox
Browse files Browse the repository at this point in the history
  • Loading branch information
JkSelf committed Nov 6, 2023
1 parent d180758 commit 5c42d1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/velox/compute/WholeStageResultIterator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,6 @@ std::unordered_map<std::string, std::string> WholeStageResultIterator::getQueryC
getConfigValue(confMap_, kMinSpillRunSize, std::to_string(256 << 20));
configs[velox::core::QueryConfig::kSpillStartPartitionBit] =
getConfigValue(confMap_, kSpillStartPartitionBit, "29");
configs[velox::core::QueryConfig::kAggregationSpillPartitionBits] =
getConfigValue(confMap_, kSpillPartitionBits, "2");
configs[velox::core::QueryConfig::kJoinSpillPartitionBits] = getConfigValue(confMap_, kSpillPartitionBits, "2");
configs[velox::core::QueryConfig::kSpillableReservationGrowthPct] =
getConfigValue(confMap_, kSpillableReservationGrowthPct, "25");
Expand Down

0 comments on commit 5c42d1c

Please sign in to comment.