mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Revert "Fixed null pointer exception in MATERIALIZE COLUMN
"
This commit is contained in:
parent
240fb612c8
commit
04b98ee1d7
@ -569,11 +569,6 @@ ASTPtr MutationsInterpreter::prepare(bool dry_run)
|
||||
stages.emplace_back(context);
|
||||
|
||||
const auto & column = columns_desc.get(command.column_name);
|
||||
if (column.default_desc.kind != ColumnDefaultKind::Materialized)
|
||||
{
|
||||
throw Exception(ErrorCodes::BAD_ARGUMENTS, "Column {} could not be materialized", column.name);
|
||||
}
|
||||
|
||||
stages.back().column_to_updated.emplace(column.name, column.default_desc.expression->clone());
|
||||
}
|
||||
else if (command.type == MutationCommand::MATERIALIZE_INDEX)
|
||||
|
Loading…
Reference in New Issue
Block a user