mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
fix line with PVS warning
This commit is contained in:
parent
86b803350d
commit
a63cf1aeef
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user