Update SummingSortedBlockInputStream.cpp

This commit is contained in:
alexey-milovidov 2017-10-13 00:06:53 +03:00
parent 6405620dfb
commit fee883d7c5

View File

@ -128,7 +128,7 @@ Block SummingSortedBlockInputStream::readImpl()
continue;
}
/// Do they enter the PK?
/// Are they inside the PK?
if (isInPrimaryKey(description, column.name, i))
{
column_numbers_not_to_aggregate.push_back(i);