mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 12:22:12 +00:00
Fixed tests
This commit is contained in:
parent
008adabec2
commit
7b03150b90
@ -167,7 +167,7 @@ Pipe StorageDictionary::read(
|
|||||||
const size_t max_block_size,
|
const size_t max_block_size,
|
||||||
const unsigned /*threads*/)
|
const unsigned /*threads*/)
|
||||||
{
|
{
|
||||||
auto dictionary = getContext()->getExternalDictionariesLoader().getDictionary(getStorageID().getInternalDictionaryName(), local_context);
|
auto dictionary = getContext()->getExternalDictionariesLoader().getDictionary(dictionary_name, local_context);
|
||||||
auto stream = dictionary->getBlockInputStream(column_names, max_block_size);
|
auto stream = dictionary->getBlockInputStream(column_names, max_block_size);
|
||||||
/// TODO: update dictionary interface for processors.
|
/// TODO: update dictionary interface for processors.
|
||||||
return Pipe(std::make_shared<SourceFromInputStream>(stream));
|
return Pipe(std::make_shared<SourceFromInputStream>(stream));
|
||||||
|
Loading…
Reference in New Issue
Block a user