Merge branch 'master' of github.com:yandex/ClickHouse

This commit is contained in:
Alexey Milovidov 2019-03-15 21:35:25 +03:00
commit 817606179d

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)
{