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