ClickHouse/tests/queries/0_stateless/03142_untuple_crash.sql

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

3 lines
90 B
MySQL
Raw Normal View History

2024-07-12 12:49:26 +00:00
SET enable_analyzer=1;
SELECT untuple(x -> 0) -- { serverError ILLEGAL_TYPE_OF_ARGUMENT }