mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add test for #19376
This commit is contained in:
parent
e1c4ba0169
commit
7dd49b69ea
4
tests/queries/0_stateless/01733_transform_ubsan.sql
Normal file
4
tests/queries/0_stateless/01733_transform_ubsan.sql
Normal 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;
|
Loading…
Reference in New Issue
Block a user