linrrzqqq commented on code in PR #58665:
URL: https://github.com/apache/doris/pull/58665#discussion_r2584866139
##########
be/test/vec/function/function_time_test.cpp:
##########
@@ -1230,6 +1230,41 @@ TEST(VTimestampFunctionsTest, minute_second_add_v2_test)
{
}
}
+TEST(VTimestampFunctionsTest, second_microsecond_add_v2_test) {
+ std::string func_name = "second_microsecond_add";
+
+ InputTypeSet input_types = {PrimitiveType::TYPE_DATETIMEV2,
+ Consted {PrimitiveType::TYPE_STRING}};
Review Comment:
```suggestion
InputTypeSet input_types = {{PrimitiveType::TYPE_DATETIMEV2, 6}
Consted {PrimitiveType::TYPE_STRING}};
```
--
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]