From 5289837a72169f3f53be4bd576490b555828e03e Mon Sep 17 00:00:00 2001 From: gatorsmile Date: Wed, 24 Feb 2016 13:30:23 -0800 Subject: [HOT][TEST] Disable a Test that Requires Nested Union Support. ## What changes were proposed in this pull request? Since "[SPARK-13321][SQL] Support nested UNION in parser" is reverted, we need to disable the test case that requires this PR. Thanks! rxin yhuai marmbrus ## How was this patch tested? N/A Author: gatorsmile Closes #11352 from gatorsmile/disableTestCase. --- .../test/scala/org/apache/spark/sql/hive/LogicalPlanToSQLSuite.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/hive/src/test/scala/org/apache/spark/sql/hive/LogicalPlanToSQLSuite.scala b/sql/hive/src/test/scala/org/apache/spark/sql/hive/LogicalPlanToSQLSuite.scala index fa78f5a425..f9a5cf4d47 100644 --- a/sql/hive/src/test/scala/org/apache/spark/sql/hive/LogicalPlanToSQLSuite.scala +++ b/sql/hive/src/test/scala/org/apache/spark/sql/hive/LogicalPlanToSQLSuite.scala @@ -130,7 +130,7 @@ class LogicalPlanToSQLSuite extends SQLBuilderTest with SQLTestUtils { // FROM (((SELECT `t0`.`id` FROM `default`.`t0`) // UNION ALL (SELECT `t0`.`id` FROM `default`.`t0`)) // UNION ALL (SELECT `t0`.`id` FROM `default`.`t0`)) AS u_1 - test("three-child union") { + ignore("three-child union") { checkHiveQl( """ |SELECT id FROM parquet_t0 -- cgit v1.2.3