fix style

This commit is contained in:
Pavel Kruglov 2020-10-13 23:10:37 +03:00
parent 1ccf10505a
commit 51807599e7

View File

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