From 084e261687196b11ce9b4daf5a0f99e5ade4a2d5 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sun, 2 Aug 2020 01:06:09 +0300 Subject: [PATCH] Trigger CI --- src/Storages/StorageReplicatedMergeTree.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 {