Merge pull request #11685 from ClickHouse/remove-duplicate-line

Remove excessive statement
This commit is contained in:
alexey-milovidov 2020-06-16 03:28:40 +03:00 committed by GitHub
commit ceb8775bc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.
{