dawidwys commented on code in PR #23713: URL: https://github.com/apache/flink/pull/23713#discussion_r1392950507
########## flink-table/flink-table-common/src/main/java/org/apache/flink/table/functions/BuiltInFunctionDefinitions.java: ########## @@ -2302,7 +2302,8 @@ ANY, and(logical(LogicalTypeRoot.BOOLEAN), LITERAL) BuiltInFunctionDefinition.newBuilder() .name("streamRecordTimestamp") .kind(OTHER) - .outputTypeStrategy(TypeStrategies.MISSING) + .inputTypeStrategy(NO_ARGS) + .outputTypeStrategy(explicit(DataTypes.BIGINT())) Review Comment: There are no new strategies here. `explicit` strategy is already covered by tests. Also I am sure we have IT tests for those functions that so far worked with the old stack and now they work with new stack. -- 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