fixed test

This commit is contained in:
yariks5s 2023-07-27 12:07:34 +00:00
parent dc5cc0a541
commit e749938e92

View File

@ -628,13 +628,6 @@ ColumnPtr FunctionArrayIntersect::execute(const UnpackedArrays & arrays, Mutable
if (all_nullable)
null_map.push_back(0);
}
if (all_has_nullable && !null_added)
{
++result_offset;
result_data.insertDefault();
null_map.push_back(1);
null_added = true;
}
}
result_offsets.getElement(row) = result_offset;