aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/compatibility/src/test
diff options
context:
space:
mode:
authorAndrew Or <andrew@databricks.com>2016-05-03 18:07:53 -0700
committerAndrew Or <andrew@databricks.com>2016-05-03 18:07:53 -0700
commit6ba17cd147277a20a7fbb244c040e694de486c36 (patch)
treeefdfe213c755eafd4cd1f62993a8a6113032372d /sql/hive/compatibility/src/test
parent9e4928b7e00788913553c1cb0722048001b91601 (diff)
downloadspark-6ba17cd147277a20a7fbb244c040e694de486c36.tar.gz
spark-6ba17cd147277a20a7fbb244c040e694de486c36.tar.bz2
spark-6ba17cd147277a20a7fbb244c040e694de486c36.zip
[SPARK-14414][SQL] Make DDL exceptions more consistent
## What changes were proposed in this pull request? Just a bunch of small tweaks on DDL exception messages. ## How was this patch tested? `DDLCommandSuite` et al. Author: Andrew Or <andrew@databricks.com> Closes #12853 from andrewor14/make-exceptions-consistent.
Diffstat (limited to 'sql/hive/compatibility/src/test')
-rw-r--r--sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala10
1 files changed, 6 insertions, 4 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 f082035852..1eebecaf65 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
@@ -503,7 +503,12 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
// We have converted the useful parts of these tests to tests
// in org.apache.spark.sql.hive.execution.SQLQuerySuite.
"drop_database_removes_partition_dirs",
- "drop_table_removes_partition_dirs"
+ "drop_table_removes_partition_dirs",
+
+ // These tests use EXPLAIN FORMATTED, which is not supported
+ "input4",
+ "join0",
+ "plan_json"
)
/**
@@ -699,7 +704,6 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
"input26",
"input28",
"input2_limit",
- "input4",
"input40",
"input41",
"input49",
@@ -728,7 +732,6 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
"insert1_overwrite_partitions",
"insert2_overwrite_partitions",
"insert_compressed",
- "join0",
"join1",
"join10",
"join11",
@@ -866,7 +869,6 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
"partition_type_check",
"partition_varchar1",
"partition_wise_fileformat9",
- "plan_json",
"ppd1",
"ppd2",
"ppd_clusterby",