shuiqiangchen commented on code in PR #21927:
URL: https://github.com/apache/flink/pull/21927#discussion_r1217473915
##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/stream/sql/CalcITCase.scala:
##########
@@ -366,6 +366,24 @@ class CalcITCase extends StreamingTestBase {
sink.getAppendResults.foreach(result => assertEquals(expected, result))
}
+ @Test
+ def testIfFunction(): Unit = {
+
+ implicit val typeInfo: TypeInformation[Row] =
Review Comment:
Ok, It would be more intuitive with DDL.
--
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]