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
102 B
MySQL
Raw Normal View History

2024-04-30 20:22:03 +00:00
SET allow_experimental_analyzer=1;
SELECT untuple(x -> 0) -- { serverError ILLEGAL_TYPE_OF_ARGUMENT }