[jira] [Updated] (FLINK-6593) Fix Bug in ProctimeAttribute or RowtimeAttribute with join UDTF

2017-05-16 Thread Ruidong Li (JIRA)

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

Ruidong Li updated FLINK-6593:
--
Description: 
the ProctimeAttribute or RowtimeAttribute should not be take into codegenerator


  was:
when a Table has ProctimeAttribute or RowtimeAttribute and join with A UDTF 
function, the `resultNames` parameter of `generateResultExpression` method in 
class `CodeGenerator` did not filter the time indicators, causing a 
CodeGenException("Arity of result field names does not match number of  
expressions.")



> Fix Bug in ProctimeAttribute or RowtimeAttribute with join UDTF
> ---
>
> Key: FLINK-6593
> URL: https://issues.apache.org/jira/browse/FLINK-6593
> Project: Flink
>  Issue Type: Bug
>  Components: Table API & SQL
>Reporter: Ruidong Li
>Assignee: Ruidong Li
>
> the ProctimeAttribute or RowtimeAttribute should not be take into 
> codegenerator



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


[jira] [Updated] (FLINK-6593) Fix Bug in ProctimeAttribute or RowtimeAttribute with join UDTF

2017-05-15 Thread Robert Metzger (JIRA)

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

Robert Metzger updated FLINK-6593:
--
Component/s: Table API & SQL

> Fix Bug in ProctimeAttribute or RowtimeAttribute with join UDTF
> ---
>
> Key: FLINK-6593
> URL: https://issues.apache.org/jira/browse/FLINK-6593
> Project: Flink
>  Issue Type: Bug
>  Components: Table API & SQL
>Reporter: Ruidong Li
>Assignee: Ruidong Li
>
> when a Table has ProctimeAttribute or RowtimeAttribute and join with A UDTF 
> function, the `resultNames` parameter of `generateResultExpression` method in 
> class `CodeGenerator` did not filter the time indicators, causing a 
> CodeGenException("Arity of result field names does not match number of  
> expressions.")



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