Update MergeTreeDataSelectExecutor.cpp

This commit is contained in:
Vadim 2018-08-21 17:53:16 +03:00 committed by GitHub
parent 79a089a996
commit e9954d3ab7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,7 +141,7 @@ BlockInputStreams MergeTreeDataSelectExecutor::read(
{ {
return readFromParts( return readFromParts(
data.getDataPartsVector(), column_names_to_return, query_info, context, data.getDataPartsVector(), column_names_to_return, query_info, context,
max_block_size, num_streams, max_block_number_to_read); max_block_size, num_streams, max_blocks_number_to_read);
} }
BlockInputStreams MergeTreeDataSelectExecutor::readFromParts( BlockInputStreams MergeTreeDataSelectExecutor::readFromParts(