Add test for #19376

This commit is contained in:
Alexey Milovidov 2021-02-21 22:36:39 +03:00
parent e1c4ba0169
commit 7dd49b69ea
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
SELECT arrayStringConcat(arrayMap(x -> transform(x, [1025, -9223372036854775808, 65537, 257, 1048576, 10, 7, 1048575, 65536], ['yandex', 'googlegooglegooglegoogle', 'test', '', '', 'hello', 'world', '', 'xyz'], ''), arrayMap(x -> (x % -inf), range(number))), '')
FROM system.numbers
LIMIT 1025
FORMAT Null;