lsyldliu commented on code in PR #25099: URL: https://github.com/apache/flink/pull/25099#discussion_r1680726049
########## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/functions/MiscFunctionsITCase.java: ########## @@ -55,8 +55,11 @@ Stream<TestSetSpec> getTestSetSpecs() { DataTypes.STRING()) .testSqlResult("TYPEOF(NULL)", "NULL", DataTypes.STRING()), TestSetSpec.forFunction(BuiltInFunctionDefinitions.IF_NULL) - .onFieldsWithData(null, new BigDecimal("123.45")) - .andDataTypes(DataTypes.INT().nullable(), DataTypes.DECIMAL(5, 2).notNull()) + .onFieldsWithData(null, new BigDecimal("123.45"), "Hello world") + .andDataTypes( Review Comment: Can you add the jira issue test case in CalcITCase? -- 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