aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala6
1 files 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 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",