mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Whitespace
This commit is contained in:
parent
c4d5ca485e
commit
678d127503
@ -1271,7 +1271,6 @@ void MergeTreeData::checkAlterIsPossible(const AlterCommands & commands, const S
|
|||||||
for (const auto & column : old_metadata.getColumns().getAllPhysical())
|
for (const auto & column : old_metadata.getColumns().getAllPhysical())
|
||||||
old_types.emplace(column.name, column.type.get());
|
old_types.emplace(column.name, column.type.get());
|
||||||
|
|
||||||
|
|
||||||
for (const AlterCommand & command : commands)
|
for (const AlterCommand & command : commands)
|
||||||
{
|
{
|
||||||
if (command.type == AlterCommand::MODIFY_ORDER_BY && !is_custom_partitioned)
|
if (command.type == AlterCommand::MODIFY_ORDER_BY && !is_custom_partitioned)
|
||||||
|
Loading…
Reference in New Issue
Block a user