mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Fix LibraryDictionarySource reload
This commit is contained in:
parent
d03173f8e1
commit
c1c512766d
@ -125,7 +125,10 @@ LibraryDictionarySource::LibraryDictionarySource(const LibraryDictionarySource &
|
||||
config_prefix{other.config_prefix},
|
||||
path{other.path},
|
||||
sample_block{other.sample_block},
|
||||
context(other.context)
|
||||
context(other.context),
|
||||
library{other.library},
|
||||
description{other.description},
|
||||
settings{other.settings}
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user