mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 18:14:03 +00:00
Fixed error in StorageDictionary [#CLICKHOUSE-2].
This commit is contained in:
parent
25e9a1f7a6
commit
66638c4158
@ -73,7 +73,7 @@ BlockInputStreams StorageDictionary::read(
|
||||
const size_t max_block_size,
|
||||
const unsigned threads)
|
||||
{
|
||||
processed_stage = QueryProcessingStage::Complete;
|
||||
processed_stage = QueryProcessingStage::FetchColumns;
|
||||
auto dictionary = context.getExternalDictionaries().getDictionary(dictionary_name);
|
||||
return BlockInputStreams{dictionary->getBlockInputStream(column_names, max_block_size)};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user