fix line with PVS warning

This commit is contained in:
chertus 2019-03-15 21:04:30 +03:00
parent 86b803350d
commit a63cf1aeef

View File

@ -414,7 +414,7 @@ void ExpressionAction::execute(Block & block, bool dry_run) const
any_array = typeid_cast<const ColumnArray *>(&*any_array_ptr);
}
else if (array_join_is_left && !unaligned_array_join)
else if (array_join_is_left)
{
for (const auto & name : array_joined_columns)
{