Remove whitespaces

This commit is contained in:
Dmitry Novik 2022-05-05 18:35:41 +00:00
parent 3925bfb151
commit b4e1dbc3c8

View File

@ -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)