mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Update src/Storages/MergeTree/MergeTreeDeduplicationLog.cpp
This commit is contained in:
parent
f6ca013c53
commit
9488567bf6
@ -240,7 +240,7 @@ std::pair<MergeTreePartInfo, bool> MergeTreeDeduplicationLog::addPart(const std:
|
||||
|
||||
if (stopped)
|
||||
{
|
||||
throw Exception(ErrorCodes::ABORTED, "Storage has been shutdown when we drop this part.");
|
||||
throw Exception(ErrorCodes::ABORTED, "Storage has been shutdown when we add this part.");
|
||||
}
|
||||
|
||||
chassert(current_writer != nullptr);
|
||||
|
Loading…
Reference in New Issue
Block a user