From 88e54218d5f0a8696563813feb387c08ec6b13d5 Mon Sep 17 00:00:00 2001 From: gatorsmile Date: Mon, 25 Apr 2016 12:04:16 -0700 Subject: [SPARK-14892][SQL][TEST] Disable the HiveCompatibilitySuite test case for INPUTDRIVER and OUTPUTDRIVER. #### What changes were proposed in this pull request? Disable the test case involving INPUTDRIVER and OUTPUTDRIVER, which are not supported #### How was this patch tested? N/A Author: gatorsmile Closes #12662 from gatorsmile/disableInOutDriver. --- .../apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sql/hive/compatibility/src/test') diff --git a/sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala b/sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala index b7d6c26fbe..3e97edb67e 100644 --- a/sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala +++ b/sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala @@ -451,7 +451,10 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter { "alter_merge_2", // TOUCH is not supported - "touch" + "touch", + + // INPUTDRIVER and OUTPUTDRIVER are not supported + "inoutdriver" ) /** @@ -641,7 +644,6 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter { "index_serde", "infer_bucket_sort_dyn_part", "innerjoin", - "inoutdriver", "input", "input0", "input1", -- cgit v1.2.3