mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
dbms: put right brace back once again [#METR-16752]
This commit is contained in:
parent
02064e1029
commit
0f6c2839c2
@ -341,9 +341,10 @@ struct PositionCaseInsensitiveUTF8Impl
|
||||
static void constant(const std::string & data, const std::string & needle, UInt64 & res)
|
||||
{
|
||||
throw Exception{
|
||||
"Not yet implemented",
|
||||
ErrorCodes::NOT_IMPLEMENTED
|
||||
"Not yet implemented",
|
||||
ErrorCodes::NOT_IMPLEMENTED
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user