mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Fixed failing tests.
This commit is contained in:
parent
ef5c4fb5a4
commit
8dbfcdb3c3
@ -706,9 +706,10 @@ bool StorageMergeTree::tryMutatePart()
|
|||||||
future_part.parts.push_back(part);
|
future_part.parts.push_back(part);
|
||||||
future_part.part_info = new_part_info;
|
future_part.part_info = new_part_info;
|
||||||
future_part.name = part->getNewName(new_part_info);
|
future_part.name = part->getNewName(new_part_info);
|
||||||
future_part.path = part->getNewPath(new_part_info, tagger->reserved_space);
|
|
||||||
|
|
||||||
tagger.emplace(future_part, MergeTreeDataMergerMutator::estimateNeededDiskSpace({part}), *this, true);
|
tagger.emplace(future_part, MergeTreeDataMergerMutator::estimateNeededDiskSpace({part}), *this, true);
|
||||||
|
|
||||||
|
future_part.path = part->getNewPath(new_part_info, tagger->reserved_space);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user