aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/compatibility
diff options
context:
space:
mode:
authorDaoyuan Wang <daoyuan.wang@intel.com>2014-12-30 11:29:13 -0800
committerMichael Armbrust <michael@databricks.com>2014-12-30 11:29:13 -0800
commit94d60b7021960dc10d98039dbc6ad7193e8557f5 (patch)
tree1bce2b117b1525de26b4c5e26e62a9f621a5ff5f /sql/hive/compatibility
parent480bd1d2edd1de06af607b0cf3ff3c0b16089add (diff)
downloadspark-94d60b7021960dc10d98039dbc6ad7193e8557f5.tar.gz
spark-94d60b7021960dc10d98039dbc6ad7193e8557f5.tar.bz2
spark-94d60b7021960dc10d98039dbc6ad7193e8557f5.zip
[SQL] enable view test
This is a follow up of #3396 , just add a test to white list. Author: Daoyuan Wang <daoyuan.wang@intel.com> Closes #3826 from adrian-wang/viewtest and squashes the following commits: f105f68 [Daoyuan Wang] enable view test
Diffstat (limited to 'sql/hive/compatibility')
-rw-r--r--sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala3
1 files changed, 2 insertions, 1 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 1e44dd2394..23283fd3fe 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
@@ -101,6 +101,7 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
"describe_comment_nonascii",
"create_merge_compressed",
+ "create_view",
"create_view_partitioned",
"database_location",
"database_properties",
@@ -110,7 +111,6 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
// Weird DDL differences result in failures on jenkins.
"create_like2",
- "create_view_translate",
"partitions_json",
// This test is totally fine except that it includes wrong queries and expects errors, but error
@@ -349,6 +349,7 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
"create_nested_type",
"create_skewed_table1",
"create_struct_table",
+ "create_view_translate",
"cross_join",
"cross_product_check_1",
"cross_product_check_2",