[ 
https://issues.apache.org/jira/browse/FLINK-13108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17329497#comment-17329497
 ] 

Flink Jira Bot commented on FLINK-13108:
----------------------------------------

This issue is assigned but has not received an update in 7 days so it has been 
labeled "stale-assigned". If you are still working on the issue, please give an 
update and remove the label. If you are no longer working on the issue, please 
unassign so someone else may work on it. In 7 days the issue will be 
automatically unassigned.

> Remove duplicated type cast in generated code
> ---------------------------------------------
>
>                 Key: FLINK-13108
>                 URL: https://issues.apache.org/jira/browse/FLINK-13108
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / Planner
>            Reporter: Liya Fan
>            Assignee: Liya Fan
>            Priority: Minor
>              Labels: pull-request-available, stale-assigned, stale-minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> There are duplicated cast operations in the generated code. For example, to 
> run org.apache.flink.table.runtime.batch.sql.join.JoinITCase#testJoin, the 
> generated code looks like this:
>         {{@Override}}
>         {{public void 
> processElement(org.apache.flink.streaming.runtime.streamrecord.StreamRecord 
> element) throws Exception {}}
>           {{org.apache.flink.table.dataformat.BaseRow in1 = 
> (org.apache.flink.table.dataformat.BaseRow) 
> (org.apache.flink.table.dataformat.BaseRow) 
> converter$0.toInternal((org.apache.flink.types.Row) element.getValue());}}
>           {{...}}
> This issue removes the duplicated type casts.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to