mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
Remove whitespaces
This commit is contained in:
parent
3925bfb151
commit
b4e1dbc3c8
@ -1086,7 +1086,7 @@ void InterpreterSelectQuery::executeImpl(QueryPlan & query_plan, std::optional<P
|
||||
expressions.need_aggregate &&
|
||||
options.to_stage > QueryProcessingStage::WithMergeableState &&
|
||||
!query.group_by_with_totals && !query.group_by_with_rollup && !query.group_by_with_cube;
|
||||
|
||||
|
||||
bool use_grouping_set_key = expressions.use_grouping_set_key;
|
||||
|
||||
if (query.group_by_with_grouping_sets && query.group_by_with_totals)
|
||||
|
Loading…
Reference in New Issue
Block a user