mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Update ExecutableDictionarySource.cpp
This commit is contained in:
parent
b83b8c56da
commit
ecd6e10e22
@ -74,7 +74,7 @@ ExecutableDictionarySource::ExecutableDictionarySource(
|
||||
, context(context_)
|
||||
{
|
||||
/// Remove keys from sample_block for implicit_key dictionary because
|
||||
/// this columns will not be provided by client
|
||||
/// these columns will not be provided by client
|
||||
if (implicit_key)
|
||||
{
|
||||
auto keys_names = dict_struct.getKeysNames();
|
||||
|
Loading…
Reference in New Issue
Block a user