Update src/Storages/MergeTree/MergeTreeDeduplicationLog.cpp

This commit is contained in:
Han Fei 2023-07-27 16:28:08 +02:00 committed by GitHub
parent f6ca013c53
commit 9488567bf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);