[
https://issues.apache.org/jira/browse/FLINK-17855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17112753#comment-17112753
]
Jingsong Lee commented on FLINK-17855:
--------------------------------------
When invoke this function:
{code:java}
select array_func(my_array_input) from T;{code}
The {{my_array_input}} is a deterministic type. There is no reason in principle
not to know the type of input.
We can support {{Row[]}} parameter without type hints.
> UDF with parameter Array(Row) can not work
> ------------------------------------------
>
> Key: FLINK-17855
> URL: https://issues.apache.org/jira/browse/FLINK-17855
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Planner
> Reporter: Jingsong Lee
> Priority: Major
> Fix For: 1.11.0
>
>
> {code:java}
> public String eval(Row[] rows) {
> ...
> }
> {code}
> Can not work.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)