mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 11:22:12 +00:00
Update src/Functions/substringIndex.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
This commit is contained in:
parent
f049914c2f
commit
21ff69772c
@ -46,7 +46,7 @@ namespace
|
|||||||
if (!isString(arguments[0]))
|
if (!isString(arguments[0]))
|
||||||
throw Exception(
|
throw Exception(
|
||||||
ErrorCodes::ILLEGAL_TYPE_OF_ARGUMENT,
|
ErrorCodes::ILLEGAL_TYPE_OF_ARGUMENT,
|
||||||
"Illegal type {} of first argument of function {}",
|
"Illegal type {} of first argument of function {}, String expected",
|
||||||
arguments[0]->getName(),
|
arguments[0]->getName(),
|
||||||
getName());
|
getName());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user