You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Fabian Hueske (JIRA)" <ji...@apache.org> on 2017/01/10 21:34:58 UTC

[jira] [Closed] (FLINK-5358) Support RowTypeInfo extraction in TypeExtractor by Row instance

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

Fabian Hueske closed FLINK-5358.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 1.3.0

Implemented for 1.3 with 2af939a10288348eedb56fc0959daee77c9cdcf3

> Support RowTypeInfo extraction in TypeExtractor by Row instance
> ---------------------------------------------------------------
>
>                 Key: FLINK-5358
>                 URL: https://issues.apache.org/jira/browse/FLINK-5358
>             Project: Flink
>          Issue Type: Improvement
>            Reporter: Anton Solovev
>            Assignee: Anton Solovev
>             Fix For: 1.3.0
>
>
> {code}
> Row[] data = new Row[]{};
> TypeInformation<X> typeInfo = TypeExtractor.getForObject(data[0]);
> {code}
> method {{getForObject}} wraps it into
> {code}
> GenericTypeInfo<org.apache.flink.types.Row>
> {code}
> the method should return {{RowTypeInfo}}



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