Skip to content

Commit

Permalink
re-enable a test
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-fan committed Dec 29, 2022
1 parent aa8516d commit d6cae76
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -547,8 +547,7 @@ class LateralColumnAliasSuite extends LateralColumnAliasSuiteBase {

test("Lateral alias of a complex type") {
// test both Project and Aggregate
// TODO(anchovyu): re-enable aggregate tests when fixed the having issue
val querySuffixes = Seq(""/* , s"FROM $testTable GROUP BY dept HAVING dept = 6" */)
val querySuffixes = Seq("", s"FROM $testTable GROUP BY dept HAVING dept = 6")
querySuffixes.foreach { querySuffix =>
checkAnswer(
sql(s"SELECT named_struct('a', 1) AS foo, foo.a + 1 AS bar, bar + 1 $querySuffix"),
Expand Down

0 comments on commit d6cae76

Please sign in to comment.