mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
Improve exception message
This commit is contained in:
parent
93eb0f25e4
commit
7112d4ec83
@ -36,7 +36,7 @@ const DataTypes & FunctionNode::getArgumentTypes() const
|
||||
{
|
||||
if (!function)
|
||||
throw Exception(ErrorCodes::LOGICAL_ERROR,
|
||||
"Trying to get expected argument types of function {} when IResolvedFunction is not set",
|
||||
"Function {} is not resolved",
|
||||
function_name);
|
||||
return function->getArgumentTypes();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user