aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorgatorsmile <gatorsmile@gmail.com>2016-02-24 13:30:23 -0800
committerReynold Xin <rxin@databricks.com>2016-02-24 13:30:23 -0800
commit5289837a72169f3f53be4bd576490b555828e03e (patch)
tree8fc83a49bba873b6977dca1ae639de1e0de985ff /sql
parenta60f91284ceee64de13f04559ec19c13a820a133 (diff)
downloadspark-5289837a72169f3f53be4bd576490b555828e03e.tar.gz
spark-5289837a72169f3f53be4bd576490b555828e03e.tar.bz2
spark-5289837a72169f3f53be4bd576490b555828e03e.zip
[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 <gatorsmile@gmail.com> Closes #11352 from gatorsmile/disableTestCase.
Diffstat (limited to 'sql')
-rw-r--r--sql/hive/src/test/scala/org/apache/spark/sql/hive/LogicalPlanToSQLSuite.scala2
1 files changed, 1 insertions, 1 deletions
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