Merge pull request #40337 from yinpeiqi/fix-typo

fix typo
This commit is contained in:
Kseniia Sumarokova 2022-08-18 15:00:56 +02:00 committed by GitHub
commit 3ae9420592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1183,7 +1183,7 @@ void InterpreterSelectQuery::executeImpl(QueryPlan & query_plan, std::optional<P
bool to_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 =
expressions.need_aggregate &&
query.group_by_with_totals &&