zhangstar333 commented on code in PR #13039: URL: https://github.com/apache/doris/pull/13039#discussion_r984380596
########## be/src/vec/functions/function_timestamp.cpp: ########## @@ -33,6 +33,16 @@ namespace doris::vectorized { struct StrToDate { static constexpr auto name = "str_to_date"; + static bool is_variadic() { return false; } + + static DataTypes get_variadic_argument_types() { Review Comment: done -- 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