Skip to content
Snippets Groups Projects
Commit 5289837a authored by gatorsmile's avatar gatorsmile Committed by Reynold Xin
Browse files

[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.
parent a60f9128
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment