[
https://issues.apache.org/jira/browse/FLINK-15804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timo Walther closed FLINK-15804.
--------------------------------
Fix Version/s: 1.14.0
Release Note: Scalar functions that are called using Scala implicit
conversions have been updated to use the new type system and new type
inference. Users are requested to update their UDFs or use the deprecated
`TableEnvironment.registerFunction` to restore the old behavior temporarily.
Resolution: Fixed
I forgot to close this issue. Actually, we should have done aggregate functions
and table functions as well in 1.14. But this will be postponed due to the
large amount of failing tests.
> Support the new type inference in Scala Table API scalar functions
> ------------------------------------------------------------------
>
> Key: FLINK-15804
> URL: https://issues.apache.org/jira/browse/FLINK-15804
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / API
> Reporter: Timo Walther
> Assignee: Timo Walther
> Priority: Major
> Labels: auto-unassigned, pull-request-available
> Fix For: 1.14.0
>
>
> Currently, we cannot distinguish between old and new type inference for Scala
> Table API because those functions are not registered in a catalog but are
> used "inline". We should support them as well.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)