Update ExecutableDictionarySource.cpp

This commit is contained in:
alexey-milovidov 2021-01-31 01:27:04 +03:00 committed by Maksim Kita
parent b83b8c56da
commit ecd6e10e22

View File

@ -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();