yiguolei commented on code in PR #27014: URL: https://github.com/apache/doris/pull/27014#discussion_r1393718106
########## be/src/vec/aggregate_functions/aggregate_function_uniq.cpp: ########## @@ -48,6 +48,9 @@ AggregateFunctionPtr create_aggregate_function_uniq(const std::string& name, } else if (which.is_decimal64()) { return creator_without_type::create<AggregateFunctionUniq<Decimal64, Data<Int64>>>( argument_types, result_is_nullable); + } else if (which.is_decimal128i()) { Review Comment: what about decimal256? -- 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