blob: 35399b79763506fe3d2472cff2458afb81804842 [file] [log] [blame]
--! qt:dataset:src
set hive.llap.execution.mode=auto;
set hive.exec.script.allow.partial.consumption = true;
-- Test to ensure that a script with a bad error code still fails even with partial consumption
SELECT TRANSFORM(*) USING 'false' AS a, b FROM (SELECT TRANSFORM(*) USING 'echo' AS a, b FROM src LIMIT 2) tmp;