Github user kaibozhou commented on a diff in the pull request:
https://github.com/apache/flink/pull/3357#discussion_r102693470
--- Diff:
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/scala/batch/sql/TableWithSQLITCase.scala
---
@@ -113,4 +114,26 @@ class TableWithSQLITCase(
val results = result.toDataSet[Row].collect()
TestBaseUtils.compareResultAsText(results.asJava, expected)
}
+
+ @Test
+ def testUDTFWithPojoType(): Unit = {
--- End diff --
I found there was already a testPojoType case in
DataSetUserDefinedFunctionITCase, so I extend it. And I extend testCrossJoin in
DataStreamUserDefinedFunctionITCase, do you think it's OK?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---