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

luoyuxia updated FLINK-33119:
-----------------------------
    Description: 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, ..).

> 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
>
> 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