zbtzbtzbt commented on a change in pull request #7750:
URL: https://github.com/apache/incubator-doris/pull/7750#discussion_r785611016



##########
File path: be/test/vec/function/function_arithmetic_test.cpp
##########
@@ -25,115 +25,98 @@
 #include "util/url_coding.h"
 #include "vec/core/field.h"
 
-namespace doris {
-
-using vectorized::Null;
-using vectorized::DataSet;
-using vectorized::TypeIndex;
+namespace doris::vectorized {
 
 TEST(function_arithmetic_test, function_arithmetic_mod_test) {
     std::string func_name = "mod";
 
     {
-        std::vector<std::any> input_types = {vectorized::TypeIndex::Int32,
-                                             vectorized::TypeIndex::Int32};
+        InputTypeSet input_types = {TypeIndex::Int32, TypeIndex::Int32};

Review comment:
       赞,学习了




-- 
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]

Reply via email to