zclllyybb commented on code in PR #54255:
URL: https://github.com/apache/doris/pull/54255#discussion_r2250286935
##########
be/src/vec/functions/function.cpp:
##########
@@ -257,9 +257,15 @@ void FunctionBuilderImpl::check_number_of_arguments(size_t
number_of_arguments)
size_t expected_number_of_arguments = get_number_of_arguments();
- CHECK_EQ(number_of_arguments, expected_number_of_arguments) << fmt::format(
+ DCHECK(number_of_arguments, expected_number_of_arguments) << fmt::format(
Review Comment:
DCHECK_EQ maybe?
--
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]