mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Merge pull request #11685 from ClickHouse/remove-duplicate-line
Remove excessive statement
This commit is contained in:
commit
ceb8775bc1
@ -139,7 +139,6 @@ BlocksWithPartition MergeTreeDataWriter::splitBlockIntoParts(const Block & block
|
|||||||
return result;
|
return result;
|
||||||
|
|
||||||
data.check(block, true);
|
data.check(block, true);
|
||||||
block.checkNumberOfRows();
|
|
||||||
|
|
||||||
if (!data.hasPartitionKey()) /// Table is not partitioned.
|
if (!data.hasPartitionKey()) /// Table is not partitioned.
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user