hubgeter commented on code in PR #40695:
URL: https://github.com/apache/doris/pull/40695#discussion_r1756583549
##########
be/src/vec/functions/function_timestamp.cpp:
##########
@@ -1182,6 +1184,139 @@ class FunctionOtherTypesToDateType : public IFunction {
}
};
+struct FromIso8601DateV2 {
+ static constexpr auto name = "from_iso8601_date";
+
+ static bool is_variadic() { return true; } //todo : check is or not
is_variadic
Review Comment:
don't support variadic. I forgot to delete this line.
--
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]