Skip to content

Commit

Permalink
Fix build due to ClickHouse/ClickHouse#68744
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaichen committed Aug 30, 2024
1 parent b5ab89c commit 65ca011
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cpp-ch/local-engine/Parser/AggregateRelParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,12 @@ void AggregateRelParser::addMergingAggregatedStep()
}
else
{
/// We don't use the grouping set feature in CH, so grouping_sets_params_list should always be empty.
DB::GroupingSetsParamsList grouping_sets_params_list;
auto merging_step = std::make_unique<DB::MergingAggregatedStep>(
plan->getCurrentDataStream(),
params,
grouping_sets_params_list,
true,
false,
1,
Expand Down

0 comments on commit 65ca011

Please sign in to comment.