[
https://issues.apache.org/jira/browse/FLINK-9294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rong Rong updated FLINK-9294:
-----------------------------
Description:
Most of the UDF function signatures that includes composite types such as
{quote}MAP{quote}, {quote}ARRAY{quote}, etc would require user to override
{code:java}getParameterType{code} or {code:java}getResultType{code} method
explicitly.
It should be able to resolve the composite type based on the function signature.
was:
Most of the UDF function signatures that includes composite types such as
{code:java}MAP{code}, {code:java}ARRAY{code}, etc would require user to
override {code:java}getParameterType{code} or {code:java}getResultType{code}
method explicitly.
It should be able to resolve the composite type based on the function signature.
> Improve type inference for UDFs with composite parameter or result type
> ------------------------------------------------------------------------
>
> Key: FLINK-9294
> URL: https://issues.apache.org/jira/browse/FLINK-9294
> Project: Flink
> Issue Type: Improvement
> Components: Table API & SQL
> Reporter: Rong Rong
> Priority: Major
>
> Most of the UDF function signatures that includes composite types such as
> {quote}MAP{quote}, {quote}ARRAY{quote}, etc would require user to override
> {code:java}getParameterType{code} or {code:java}getResultType{code} method
> explicitly.
> It should be able to resolve the composite type based on the function
> signature.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)