You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ramkrishna.s.vasudevan (JIRA)" <ji...@apache.org> on 2016/06/30 05:17:10 UTC

[jira] [Commented] (FLINK-4130) CallGenerator could generate illegal code when taking no operands

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

ramkrishna.s.vasudevan commented on FLINK-4130:
-----------------------------------------------

I can take this up if the fix is not super urgent.

> CallGenerator could generate illegal code when taking no operands
> -----------------------------------------------------------------
>
>                 Key: FLINK-4130
>                 URL: https://issues.apache.org/jira/browse/FLINK-4130
>             Project: Flink
>          Issue Type: Bug
>          Components: Table API & SQL
>    Affects Versions: 1.1.0
>            Reporter: Cody
>            Priority: Minor
>
> In CallGenerator, when a call takes no operands, and null check is enabled, it will generate code like:
> boolean isNull$17 = ;
> which will fail to compile at runtime.



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