Try 1 to fix tests - edit tabs

This commit is contained in:
Anastasiya Rodigina 2019-05-26 20:47:48 +00:00
parent 1c3f6ee6f0
commit abec62bc5d

View File

@ -150,7 +150,7 @@ Block FinishSortingBlockInputStream::readImpl()
if (!blocks.empty())
{
impl = std::make_unique<MergeSortingBlocksBlockInputStream>(blocks, description_to_sort, max_merged_block_size, limit);
impl = std::make_unique<MergeSortingBlocksBlockInputStream>(blocks, description_to_sort, max_merged_block_size, limit);
res = impl->read();
}
}