Skip to content

Commit 109cc06

Browse files
committed
turn on the test case for three-child unions
1 parent 0a44e17 commit 109cc06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/LogicalPlanToSQLSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class LogicalPlanToSQLSuite extends SQLBuilderTest with SQLTestUtils {
115115
// FROM (((SELECT `t0`.`id` FROM `default`.`t0`)
116116
// UNION ALL (SELECT `t0`.`id` FROM `default`.`t0`))
117117
// UNION ALL (SELECT `t0`.`id` FROM `default`.`t0`)) AS u_1
118-
ignore("three-child union") {
118+
test("three-child union") {
119119
checkHiveQl("SELECT id FROM t0 UNION ALL SELECT id FROM t0 UNION ALL SELECT id FROM t0")
120120
}
121121

0 commit comments

Comments
 (0)