mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
allow ALTER DELETE in distributed DDL [#CLICKHOUSE-3688]
This commit is contained in:
parent
39e69b421a
commit
2fde0acb36
@ -211,7 +211,8 @@ static bool isSupportedAlterType(int type)
|
||||
ASTAlterQuery::DROP_COLUMN,
|
||||
ASTAlterQuery::MODIFY_COLUMN,
|
||||
ASTAlterQuery::MODIFY_PRIMARY_KEY,
|
||||
ASTAlterQuery::DROP_PARTITION
|
||||
ASTAlterQuery::DROP_PARTITION,
|
||||
ASTAlterQuery::DELETE,
|
||||
};
|
||||
|
||||
return supported_alter_types.count(type) != 0;
|
||||
|
Loading…
Reference in New Issue
Block a user