ClickHouse/tests/queries/0_stateless/01777_map_populate_series_ubsan.sql

3 lines
160 B
MySQL
Raw Normal View History

2021-03-24 20:12:58 +00:00
-- Should correctly throw exception about overflow:
SELECT mapPopulateSeries([-9223372036854775808, toUInt32(2)], [toUInt32(1023), -1]); -- { serverError 128 }