mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Fix comment
This commit is contained in:
parent
ad279940d6
commit
63213465ef
@ -1093,7 +1093,7 @@ void MergeTreeData::loadDataPartsFromDisk(
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
tryLogCurrentException(log, fmt::format("while calculating part {} on path {}", part->name, part_path));
|
||||
tryLogCurrentException(log, fmt::format("while calculating part size {} on path {}", part->name, part_path));
|
||||
}
|
||||
|
||||
std::string part_size_str = "failed to calculate size";
|
||||
|
Loading…
Reference in New Issue
Block a user