HappenLee commented on code in PR #47965:
URL: https://github.com/apache/doris/pull/47965#discussion_r1959039009
##########
be/src/vec/aggregate_functions/aggregate_function_collect.cpp:
##########
@@ -49,6 +49,10 @@ AggregateFunctionPtr do_create_agg_function_collect(bool
distinct, const DataTyp
AggregateFunctionCollectListData<T, HasLimit>, HasLimit,
std::false_type>>(
argument_types, result_is_nullable);
}
+ } else if (!distinct) {
+ return creator_without_type::create<AggregateFunctionCollect<
Review Comment:
Add comment here void -> use in array/map some complex type
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]