[jira] [Created] (FLINK-17855) UDF with parameter Array(Row) can not work

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-17855) UDF with parameter Array(Row) can not work

Shang Yuanchun (Jira)
Jingsong Lee created FLINK-17855:
------------------------------------

             Summary: 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
             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)