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 6b1c09d..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 FROM (SELECT TRANSFORM(*) USING 'echo' AS a, b FROM src LIMIT 1) tmp; \ No newline at end of file diff --git ql/src/test/results/clientnegative/script_broken_pipe1.q.out ql/src/test/results/clientnegative/script_broken_pipe1.q.out deleted file mode 100644 index 073933c..0000000 --- ql/src/test/results/clientnegative/script_broken_pipe1.q.out +++ /dev/null @@ -1,16 +0,0 @@ -PREHOOK: query: -- Tests exception in ScriptOperator.close() by passing to the operator a small amount of data -SELECT TRANSFORM(*) USING 'true' AS a, b FROM (SELECT TRANSFORM(*) USING 'echo' AS a, b FROM src LIMIT 1) tmp -PREHOOK: type: QUERY -PREHOOK: Input: default@src -#### A masked pattern was here #### -Execution failed with exit status: 2 -Obtaining error information - -Task failed! -Task ID: - Stage-1 - -Logs: - -#### A masked pattern was here #### -FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask