diff --git a/src/Storages/StorageReplicatedMergeTree.cpp b/src/Storages/StorageReplicatedMergeTree.cpp index bf9b5ea6849..a88d2d4af4d 100644 --- a/src/Storages/StorageReplicatedMergeTree.cpp +++ b/src/Storages/StorageReplicatedMergeTree.cpp @@ -259,7 +259,10 @@ StorageReplicatedMergeTree::StorageReplicatedMergeTree( if (!attach) { if (!getDataParts().empty()) - throw Exception("Data directory for table already containing data parts - probably it was unclean DROP table or manual intervention. You must either clear directory by hand or use ATTACH TABLE instead of CREATE TABLE if you need to use that parts.", ErrorCodes::INCORRECT_DATA); + throw Exception("Data directory for table already containing data parts" + " - probably it was unclean DROP table or manual intervention." + " You must either clear directory by hand or use ATTACH TABLE" + " instead of CREATE TABLE if you need to use that parts.", ErrorCodes::INCORRECT_DATA); try {