You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Timo Walther (JIRA)" <ji...@apache.org> on 2016/05/02 17:15:12 UTC

[jira] [Resolved] (FLINK-1991) Return Table as DataSet

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

Timo Walther resolved FLINK-1991.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.1.0

Has been implemented as part of FLINK-3226.

> Return Table as DataSet<Tuple>
> ------------------------------
>
>                 Key: FLINK-1991
>                 URL: https://issues.apache.org/jira/browse/FLINK-1991
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table API
>    Affects Versions: 0.9
>            Reporter: Fabian Hueske
>            Assignee: Timo Walther
>             Fix For: 1.1.0
>
>
> WIth a {{TableEnvironment}} a {{Table}} can be converted into a Pojo or Row data set. Both types have their issues. A Pojo needs to be explicitly defined and a Row cannot be easily processed by a user-function.
> It would be good to have a method to convert a {{Table}} into a {{DataSet<Tuple>}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)