Skip to content

Commit

Permalink
Update DAGExpressionAnalyzer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
windtalker authored Sep 3, 2021
1 parent f4fdab7 commit 8de13a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Flash/Coprocessor/DAGExpressionAnalyzer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ void DAGExpressionAnalyzer::appendAggregation(
aggregate.argument_names[i] = arg_name;
step.required_output.push_back(arg_name);
}
auto function_collator = getCollatorFromExpr(expr)
auto function_collator = getCollatorFromExpr(expr);
String func_string = genFuncString(agg_func_name, aggregate.argument_names, {function_collator});
bool duplicate = false;
for (const auto & pre_agg : aggregate_descriptions)
Expand Down

0 comments on commit 8de13a3

Please sign in to comment.