Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3623#discussion_r110381497 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/utils/UserDefinedTableFunctions.scala --- @@ -232,7 +244,8 @@ class DynamicSchemaWithRexNodes extends TableFunction[Row] { BasicTypeInfo.DOUBLE_TYPE_INFO, BasicTypeInfo.DOUBLE_TYPE_INFO, BasicTypeInfo.DOUBLE_TYPE_INFO, - BasicTypeInfo.BOOLEAN_TYPE_INFO + BasicTypeInfo.BOOLEAN_TYPE_INFO, + SqlTimeTypeInfo.TIMESTAMP ) } --- End diff -- Can you add another test table function that determines the result type based on the passed type information?
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---