mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 03:12:43 +00:00
Fix
This commit is contained in:
parent
80800e051e
commit
e0f640dd9f
@ -1636,6 +1636,7 @@ String IMergeTreeDataPart::getUniqueId() const
|
|||||||
return disk->getUniqueId(fs::path(getFullRelativePath()) / FILE_FOR_REFERENCES_CHECK);
|
return disk->getUniqueId(fs::path(getFullRelativePath()) / FILE_FOR_REFERENCES_CHECK);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
String IMergeTreeDataPart::getZeroLevelPartBlockID(std::string_view token) const
|
||||||
{
|
{
|
||||||
if (info.level != 0)
|
if (info.level != 0)
|
||||||
throw Exception(ErrorCodes::LOGICAL_ERROR, "Trying to get block id for non zero level part {}", name);
|
throw Exception(ErrorCodes::LOGICAL_ERROR, "Trying to get block id for non zero level part {}", name);
|
||||||
|
Loading…
Reference in New Issue
Block a user