mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 02:41:59 +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
21ff69772c
commit
a005b5d0c8
@ -53,7 +53,7 @@ namespace
|
||||
if (!isString(arguments[1]))
|
||||
throw Exception(
|
||||
ErrorCodes::ILLEGAL_TYPE_OF_ARGUMENT,
|
||||
"Illegal type {} of second argument of function {}",
|
||||
"Illegal type {} of second argument of function {}, String expected",
|
||||
arguments[1]->getName(),
|
||||
getName());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user