mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 03:22:14 +00:00
fix typo
This commit is contained in:
parent
87605d12fb
commit
042ad7d9a8
@ -1183,7 +1183,7 @@ void InterpreterSelectQuery::executeImpl(QueryPlan & query_plan, std::optional<P
|
|||||||
bool to_aggregation_stage = false;
|
bool to_aggregation_stage = false;
|
||||||
bool from_aggregation_stage = false;
|
bool from_aggregation_stage = false;
|
||||||
|
|
||||||
/// Do I need to aggregate in a separate row rows that have not passed max_rows_to_group_by.
|
/// Do I need to aggregate in a separate row that has not passed max_rows_to_group_by?
|
||||||
bool aggregate_overflow_row =
|
bool aggregate_overflow_row =
|
||||||
expressions.need_aggregate &&
|
expressions.need_aggregate &&
|
||||||
query.group_by_with_totals &&
|
query.group_by_with_totals &&
|
||||||
|
Loading…
Reference in New Issue
Block a user