mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 10:52:30 +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
a005b5d0c8
commit
a35476ee13
@ -60,7 +60,7 @@ namespace
|
||||
if (!isNativeInteger(arguments[2]))
|
||||
throw Exception(
|
||||
ErrorCodes::ILLEGAL_TYPE_OF_ARGUMENT,
|
||||
"Illegal type {} of third argument of function {}",
|
||||
"Illegal type {} of third argument of function {}, Integer expected",
|
||||
arguments[2]->getName(),
|
||||
getName());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user