Jiabao-Sun commented on code in PR #23358: URL: https://github.com/apache/flink/pull/23358#discussion_r1319988195
########## flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/expressions/utils/ExpressionTestBase.scala: ########## @@ -329,9 +317,7 @@ abstract class ExpressionTestBase(isStreaming: Boolean = true) { val optimized = hep.findBestExp() // throw exception if plan contains more than a calc - if (!optimized.getInput(0).getInputs.isEmpty) { - fail("Expression is converted into more than a Calc operation. Use a different test method.") Review Comment: Fixed -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org