From df4fc3f2dd3ecacfaf85838a9c1a9106ab601087 Mon Sep 17 00:00:00 2001 From: gatorsmile Date: Mon, 25 Apr 2016 09:33:38 -0700 Subject: [PATCH] disable the test. --- .../spark/sql/hive/execution/HiveCompatibilitySuite.scala | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 b7d6c26fbe154..3e97edb67ea80 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",