mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Addition to prev. revision [#CLICKHOUSE-2765].
This commit is contained in:
parent
f41480f1cd
commit
f22a2303c7
@ -36,5 +36,5 @@ const DateLUTImpl & DateLUT::getImplementation(const std::string & time_zone) co
|
||||
if (it == impls.end())
|
||||
it->second = std::make_unique<DateLUTImpl>(time_zone);
|
||||
|
||||
return it->second;
|
||||
return *it->second;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user