mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update DictionarySourceFactory.cpp
This commit is contained in:
parent
d6766a8ef4
commit
5dd7279e15
@ -191,7 +191,7 @@ DictionarySourcePtr DictionarySourceFactory::create(
|
||||
const auto found = registered_sources.find(source_type);
|
||||
if (found != registered_sources.end())
|
||||
{
|
||||
const auto& create_source = found->second;
|
||||
const auto & create_source = found->second;
|
||||
return create_source(dict_struct, config, config_prefix, sample_block, context);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user