ClickHouse/tests/queries/0_stateless/01682_gather_utils_ubsan.sql
2024-05-30 19:41:08 +00:00

2 lines
93 B
SQL

SELECT arrayResize([1, 2, 3], -9223372036854775808); -- { serverError TOO_LARGE_ARRAY_SIZE }