HappenLee commented on code in PR #53118:
URL: https://github.com/apache/doris/pull/53118#discussion_r2221386820


##########
be/src/vec/aggregate_functions/aggregate_function_approx_top_k.cpp:
##########
@@ -33,7 +33,7 @@ AggregateFunctionPtr 
create_aggregate_function_approx_top_k(const std::string& n
     }
 
     return creator_without_type::create<AggregateFunctionApproxTopK>(
-            argument_types, result_is_nullable, attr.column_names);

Review Comment:
   should only pas attr, not pass `attr,arrt.column_name`



-- 
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]

Reply via email to