blob: 5c4bf5465263dfaacf67f2d951dbdabc34b88248 [file] [log] [blame]
--! qt:dataset:src
set hive.fetch.task.conversion=more;
EXPLAIN
SELECT IF(false, 1, cast(2 as smallint)) + 3 FROM src LIMIT 1;
SELECT IF(false, 1, cast(2 as smallint)) + 3 FROM src LIMIT 1;