Fix build

This commit is contained in:
Igr Mineev 2019-07-25 12:40:20 +03:00
parent 3e017ec69c
commit 549c62a18a
2 changed files with 0 additions and 2 deletions

View File

@ -1094,7 +1094,6 @@ void StorageMergeTree::alterPartition(const ASTPtr & query, const PartitionComma
case PartitionCommand::MoveDestinationType::NONE:
throw Exception("Move destination was not provided", ErrorCodes::LOGICAL_ERROR);
break;
}
}

View File

@ -3365,7 +3365,6 @@ void StorageReplicatedMergeTree::alterPartition(const ASTPtr & query, const Part
case PartitionCommand::MoveDestinationType::NONE:
throw Exception("Move destination was not provided", ErrorCodes::LOGICAL_ERROR);
break;
}
}