aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/compatibility/src/test/scala
diff options
context:
space:
mode:
Diffstat (limited to 'sql/hive/compatibility/src/test/scala')
-rw-r--r--sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala17
1 files changed, 9 insertions, 8 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 650797f768..bedbf9ae17 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
@@ -291,7 +291,6 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
"compute_stats_empty_table",
"compute_stats_long",
"create_view_translate",
- "show_create_table_serde",
"show_tblproperties",
// Odd changes to output
@@ -344,6 +343,15 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
// These tests check the VIEW table definition, but Spark handles CREATE VIEW itself and
// generates different View Expanded Text.
"alter_view_as_select",
+
+ // We don't support show create table commands in general
+ "show_create_table_alter",
+ "show_create_table_db_table",
+ "show_create_table_delimited",
+ "show_create_table_does_not_exist",
+ "show_create_table_index",
+ "show_create_table_partitioned",
+ "show_create_table_serde",
"show_create_table_view"
)
@@ -833,13 +841,6 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
"serde_reported_schema",
"set_variable_sub",
"show_columns",
- "show_create_table_alter",
- "show_create_table_db_table",
- "show_create_table_delimited",
- "show_create_table_does_not_exist",
- "show_create_table_index",
- "show_create_table_partitioned",
- "show_create_table_serde",
"show_describe_func_quotes",
"show_functions",
"show_partitions",