mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 11:04:10 +00:00
Fix coding alignment in MutateTask
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
parent
579e8105a3
commit
8440fec3db
@ -74,7 +74,7 @@ static void splitMutationCommands(
|
|||||||
mutated_columns.emplace(column_name);
|
mutated_columns.emplace(column_name);
|
||||||
|
|
||||||
if (command.type == MutationCommand::Type::MATERIALIZE_COLUMN)
|
if (command.type == MutationCommand::Type::MATERIALIZE_COLUMN)
|
||||||
mutated_columns.emplace(command.column_name);
|
mutated_columns.emplace(command.column_name);
|
||||||
}
|
}
|
||||||
else if (command.type == MutationCommand::Type::DROP_INDEX || command.type == MutationCommand::Type::DROP_PROJECTION)
|
else if (command.type == MutationCommand::Type::DROP_INDEX || command.type == MutationCommand::Type::DROP_PROJECTION)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user