diff --git ql/src/test/queries/clientnegative/script_broken_pipe1.q ql/src/test/queries/clientnegative/script_broken_pipe1.q deleted file mode 100644 index 0e9875b..0000000 --- ql/src/test/queries/clientnegative/script_broken_pipe1.q +++ /dev/null @@ -1,3 +0,0 @@ -set hive.exec.script.allow.partial.consumption = false; --- Tests exception in ScriptOperator.close() by passing to the operator a small amount of data -SELECT TRANSFORM(*) USING 'true' AS a, b, c FROM (SELECT * FROM src LIMIT 1) tmp; diff --git ql/src/test/queries/clientnegative/script_broken_pipe1.q.disabled ql/src/test/queries/clientnegative/script_broken_pipe1.q.disabled new file mode 100644 index 0000000..0e9875b --- /dev/null +++ ql/src/test/queries/clientnegative/script_broken_pipe1.q.disabled @@ -0,0 +1,3 @@ +set hive.exec.script.allow.partial.consumption = false; +-- Tests exception in ScriptOperator.close() by passing to the operator a small amount of data +SELECT TRANSFORM(*) USING 'true' AS a, b, c FROM (SELECT * FROM src LIMIT 1) tmp;