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

Anton Solovev updated FLINK-5358:
---------------------------------
    Description: 
{code}
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}} itself

  was:
{code}
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 {{org.apache.flink.types.Row}} itself


> Support Row in TypeExtractor
> ----------------------------
>
>                 Key: FLINK-5358
>                 URL: https://issues.apache.org/jira/browse/FLINK-5358
>             Project: Flink
>          Issue Type: Improvement
>            Reporter: Anton Solovev
>            Assignee: Anton Solovev
>
> {code}
> 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}} itself



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

Reply via email to