fix stylecheck

This commit is contained in:
vdimir 2024-08-28 13:21:14 +02:00 committed by GitHub
parent e4ba3b47fc
commit 8ba7cd52e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -671,7 +671,7 @@ ColumnPtr FunctionArrayIntersect<Mode>::execute(const UnpackedArrays & arrays, M
all_has_nullable = false;
// Add the value if all arrays have the value for intersect
// or if there was at least one occurence in all of the arrays
// or if there was at least one occurrence in all of the arrays
if (pair && pair->getMapped() == args)
{
insertElement<Map, ColumnType, is_numeric_column>(pair, result_offset, result_data, null_map, use_null_map);

View File

@ -1,4 +1,4 @@
personal_ws-1.1 en 2942
personal_ws-1.1 en 2943
AArch
ACLs
ALTERs
@ -1187,6 +1187,7 @@ arraySort
arraySplit
arrayStringConcat
arraySum
arrayUnion
arrayUniq
arrayWithConstant
arrayZip