snuyanzin commented on code in PR #27183:
URL: https://github.com/apache/flink/pull/27183#discussion_r2487975516
##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/rules/logical/subquery/SubqueryCorrelateVariablesValidationTest.scala:
##########
@@ -155,8 +154,6 @@ class SubqueryCorrelateVariablesValidationTest extends
SubQueryTestBase {
|FROM t1
| WHERE t1a = 'test'
""".stripMargin
- assertThatExceptionOfType(classOf[AssertionError])
- .isThrownBy(() => util.verifyRelPlan(sqlQuery))
Review Comment:
Seems since some time it was fixed and this code was continuing throwing
exception with a different reason (nothing in xml plans... ). So generated
plans for this
--
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]