Update MutationsInterpreter.cpp

This commit is contained in:
Nikolai Kochetov 2023-01-10 18:19:38 +01:00 committed by GitHub
parent 71333afd5a
commit 7701dc571e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -524,7 +524,7 @@ void MutationsInterpreter::prepare(bool dry_run)
/// Add _row_exists column if it is physically present in the part
if (source.hasLightweightDeleteMask())
all_columns.push_back({LightweightDeleteDescription::FILTER_COLUMN});
all_columns.push_back({LightweightDeleteDescription::FILTER_COLUMN});
NameSet updated_columns;
bool materialize_ttl_recalculate_only = source.materializeTTLRecalculateOnly();