mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
fix build
This commit is contained in:
parent
441bb13d4a
commit
68e82c11e0
@ -1808,7 +1808,7 @@ bool ReplicatedMergeTreeMergePredicate::canMergeSinglePart(const MergeTreeData::
|
|||||||
if (containing_part != part->name)
|
if (containing_part != part->name)
|
||||||
{
|
{
|
||||||
if (out_reason)
|
if (out_reason)
|
||||||
*out_reason = "Part " + part->name >+ " has already been assigned a merge into " + containing_part;
|
*out_reason = "Part " + part->name + " has already been assigned a merge into " + containing_part;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user