[
https://issues.apache.org/jira/browse/FLINK-33119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17767890#comment-17767890
]
luoyuxia commented on FLINK-33119:
----------------------------------
1.18: deb07e99560b45033a629afc3f90666ad0a32feb
master:
> 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
>
> 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)