ClickHouse/tests/queries/0_stateless/01682_gather_utils_ubsan.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
93 B
MySQL
Raw Normal View History

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