M1saka2003 commented on code in PR #33741:
URL: https://github.com/apache/doris/pull/33741#discussion_r1573855946
##########
be/test/vec/function/function_test_util.h:
##########
@@ -352,4 +352,36 @@ Status check_function(const std::string& func_name, const
InputTypeSet& input_ty
return Status::OK();
}
+using BaseInputTypeSet = std::vector<TypeIndex>;
+
Review Comment:
If the function has two arguments, I want to test it, since each argument
maybe const, So there are four combinations of parameters, check_function can
only accept one combination at a time, If you want to test it all, you need to
call it four times, while the function with arg_comb only needs to be called
once
--
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]