[
https://issues.apache.org/jira/browse/FLINK-15804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timo Walther updated FLINK-15804:
---------------------------------
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 by
calling the function via name. (was: 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.)
> 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)