mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Update src/Interpreters/MutationsInterpreter.cpp
This commit is contained in:
parent
af22bec716
commit
56039c91f9
@ -523,7 +523,7 @@ static std::optional<std::vector<ASTPtr>> getExpressionsOfUpdatedNestedSubcolumn
|
||||
{
|
||||
// Materialized nested columns shall never be part of the update expression
|
||||
if (affected_materialized.contains(column.name))
|
||||
continue ;
|
||||
continue;
|
||||
|
||||
auto it = column_to_update_expression.find(column.name);
|
||||
if (it == column_to_update_expression.end())
|
||||
|
Loading…
Reference in New Issue
Block a user