You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2016/02/24 22:30:26 UTC

spark git commit: [HOT][TEST] Disable a Test that Requires Nested Union Support.

Repository: spark
Updated Branches:
  refs/heads/master a60f91284 -> 5289837a7


[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 <ga...@gmail.com>

Closes #11352 from gatorsmile/disableTestCase.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/5289837a
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/5289837a
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/5289837a

Branch: refs/heads/master
Commit: 5289837a72169f3f53be4bd576490b555828e03e
Parents: a60f912
Author: gatorsmile <ga...@gmail.com>
Authored: Wed Feb 24 13:30:23 2016 -0800
Committer: Reynold Xin <rx...@databricks.com>
Committed: Wed Feb 24 13:30:23 2016 -0800

----------------------------------------------------------------------
 .../scala/org/apache/spark/sql/hive/LogicalPlanToSQLSuite.scala    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/5289837a/sql/hive/src/test/scala/org/apache/spark/sql/hive/LogicalPlanToSQLSuite.scala
----------------------------------------------------------------------
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 fa78f5a..f9a5cf4 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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org