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


##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/utils/TableTestBase.scala:
##########
@@ -1225,16 +1225,23 @@ abstract class TableTestUtilBase(test: TableTestBase, 
isStreamingMode: Boolean)
     // check whether the sql equals to the expected if the `relNodes` are 
translated from sql
     assertSqlEqualsOrExpandFunc()
     // check ast plan
+    val plans = new util.HashSet[PlanKind](expectedPlans.toSeq.asJava)

Review Comment:
   yep, sure, splitted into several commits



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