mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Merge pull request #26873 from kssenii/bridge-fix
One more library bridge fix
This commit is contained in:
commit
9a20b9f0c6
@ -17,7 +17,7 @@ SharedLibraryHandlerPtr SharedLibraryHandlerFactory::get(const std::string & dic
|
|||||||
if (library_handler != library_handlers.end())
|
if (library_handler != library_handlers.end())
|
||||||
return library_handler->second;
|
return library_handler->second;
|
||||||
|
|
||||||
return nullptr;
|
throw Exception(ErrorCodes::BAD_ARGUMENTS, "Not found dictionary with id: {}", dictionary_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user