mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 02:12:21 +00:00
Update MergeTreeData.cpp
This commit is contained in:
parent
82b932e7dc
commit
1475ccca26
@ -6054,7 +6054,7 @@ MergeTreeData::MutableDataPartPtr MergeTreeData::loadPartRestoredFromBackup(cons
|
||||
if (!retryable || (try_no + 1 == loading_parts_max_tries))
|
||||
{
|
||||
if (Exception * e = exception_cast<Exception *>(error))
|
||||
e->addMessage("while restoring part {} of table {}", part->name, getStorageID());
|
||||
e->addMessage("while restoring part {} of table {}", part_name, getStorageID());
|
||||
std::rethrow_exception(error);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user