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


##########
be/src/vec/aggregate_functions/aggregate_function_min_max.h:
##########
@@ -557,6 +671,14 @@ class AggregateFunctionsSingleValue final
         }
     }
 
+    void create(AggregateDataPtr __restrict place) const override {
+        if constexpr (std::is_same_v<Data, SingleValueDataComplexType>) {

Review Comment:
   please union the construct with arg types



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to