You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Hequn Cheng (JIRA)" <ji...@apache.org> on 2017/05/08 12:49:04 UTC

[jira] [Updated] (FLINK-6486) Pass RowTypeInfo to CodeGenerator instead of CRowTypeInfo

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

Hequn Cheng updated FLINK-6486:
-------------------------------
    Description: For now CodeGenerator only processes Row type, so we should pass RowTypeInfo to CodeGenerator instead of CRowTypeInfo. We can find these bugs in DataStreamGroupAggregate, DataStreamGroupWindowAggregate and DataStreamOverAggregate. These bugs will bring no error to the current flink because no code will make use of the error input type, however we should correct it.    (was: For now CodeGenerator only process Row type, so we should pass RowTypeInfo to CodeGenerator instead of CRowTypeInfo. We can find these bugs in DataStreamGroupAggregate, DataStreamGroupWindowAggregate and DataStreamOverAggregate. These bugs will bring no error to the current flink because no code will make use of the error input type, however we should correct it.  )

> Pass RowTypeInfo to CodeGenerator instead of CRowTypeInfo 
> ----------------------------------------------------------
>
>                 Key: FLINK-6486
>                 URL: https://issues.apache.org/jira/browse/FLINK-6486
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Hequn Cheng
>            Assignee: Hequn Cheng
>
> For now CodeGenerator only processes Row type, so we should pass RowTypeInfo to CodeGenerator instead of CRowTypeInfo. We can find these bugs in DataStreamGroupAggregate, DataStreamGroupWindowAggregate and DataStreamOverAggregate. These bugs will bring no error to the current flink because no code will make use of the error input type, however we should correct it.  



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)