snuyanzin commented on code in PR #26895:
URL: https://github.com/apache/flink/pull/26895#discussion_r2656599028
##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/rules/logical/subquery/SubQuerySemiJoinTest.scala:
##########
@@ -1595,10 +1595,7 @@ class SubQuerySemiJoinTest extends SubQueryTestBase {
//
// LogicalFilter lost variablesSet information.
- util.verifyRelPlanNotExpected(sqlQuery1, "joinType=[semi]")
-
- val sqlQuery2 = "SELECT MAX(a) FROM x GROUP BY 1 HAVING EXISTS (SELECT 1
FROM y WHERE d < b)"
- util.verifyRelPlanNotExpected(sqlQuery2, "joinType=[semi]")
+ util.verifyRelPlanNotExpected(sqlQuery, "joinType=[semi]")
Review Comment:
>After the change the query sqlQuery2 no longer works and throws "'x.b' is
not a group expression".
that is a blocker since it means all queries with `GROUP BY 1` are broken...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]