Fix style

This commit is contained in:
Pavel Kruglov 2020-10-15 19:08:24 +03:00
parent 25c39689c3
commit d6fc6d35fa

View File

@ -641,8 +641,6 @@ MergeTreeData::MutableDataPartPtr MergeTreeDataMergerMutator::mergePartsToTempor
{
static const String TMP_PREFIX = "tmp_merge_";
if (merges_blocker.isCancelled())
throw Exception("Cancelled merging parts", ErrorCodes::ABORTED);