Update src/Interpreters/MutationsInterpreter.cpp

This commit is contained in:
alesapin 2024-04-26 13:51:25 +02:00 committed by GitHub
parent af22bec716
commit 56039c91f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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())