HappenLee commented on code in PR #53118:
URL: https://github.com/apache/doris/pull/53118#discussion_r2222261249
##########
be/src/vec/aggregate_functions/aggregate_function_array_agg.cpp:
##########
@@ -26,15 +26,16 @@ namespace doris::vectorized {
template <PrimitiveType T>
AggregateFunctionPtr do_create_agg_function_collect(const DataTypes&
argument_types,
- const bool
result_is_nullable) {
+ const bool
result_is_nullable,
+ const
AggregateFunctionAttr& attr) {
if (argument_types[0]->is_nullable()) {
return creator_without_type::create_ignore_nullable<
Review Comment:
why arg is nullable not need pass `attr`
--
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]