snuyanzin commented on code in PR #28981:
URL: https://github.com/apache/flink/pull/28981#discussion_r3792194302


##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/rules/logical/subquery/SubqueryCorrelateVariablesValidationTest.scala:
##########
@@ -96,8 +96,7 @@ class SubqueryCorrelateVariablesValidationTest extends 
SubQueryTestBase {
         |FROM t1
         |    WHERE  t1a = 'val1b'
       """.stripMargin
-    assertThatExceptionOfType(classOf[RuntimeException])
-      .isThrownBy(() => util.verifyRelPlan(sqlQuery))
+    util.verifyRelPlan(sqlQuery)

Review Comment:
   A number of queries are fixed because of DHyp decorrelation algorithm 
implemented in Calcite 



-- 
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]

Reply via email to