Update FinishSortingBlockInputStream.cpp

This commit is contained in:
Alex Zatelepin 2018-10-19 16:21:50 +03:00 committed by GitHub
parent 6ff8a60460
commit 4449d7e059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ FinishSortingBlockInputStream::FinishSortingBlockInputStream(
max_merged_block_size(max_merged_block_size_), limit(limit_)
{
if (!isPrefix(description_sorted, description_to_sort))
throw Exception("Can`t finish sorting. SortDescription of already sorted stream is not prefix of"
throw Exception("Can`t finish sorting. SortDescription of already sorted stream is not prefix of "
"SortDescription needed to sort", ErrorCodes::LOGICAL_ERROR);
children.push_back(input);