[ 
https://issues.apache.org/jira/browse/FLINK-33119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

luoyuxia resolved FLINK-33119.
------------------------------
    Fix Version/s: 1.18.0
                   1.19.0
       Resolution: Fixed

> The pojo result returned be procedure should be Row of fields in the pojo 
> instead of the whole pojo object
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-33119
>                 URL: https://issues.apache.org/jira/browse/FLINK-33119
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / API
>            Reporter: luoyuxia
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.18.0, 1.19.0
>
>
> If a procedure return a Pojo object, as a table result of Row, Now, Flink 
> will consider it as Row.of(pojo) instead of Row.of(f1, f2, ..) where f1, f2 
> are the fields of the Pojo object. The current behavior for procedure is not 
> align to function. So, we should consider it as Row.of(f1, f2, ..).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to