Remove excessive statement #11131

This commit is contained in:
Alexey Milovidov 2020-06-15 22:18:33 +03:00
parent d6e69211b1
commit d10109dc38

View File

@ -139,7 +139,6 @@ BlocksWithPartition MergeTreeDataWriter::splitBlockIntoParts(const Block & block
return result;
data.check(block, true);
block.checkNumberOfRows();
if (!data.hasPartitionKey()) /// Table is not partitioned.
{