mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 21:12:28 +00:00
Try 1 to fix tests - edit tabs
This commit is contained in:
parent
1c3f6ee6f0
commit
abec62bc5d
@ -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();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user