[ https://issues.apache.org/jira/browse/FLINK-4130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Timo Walther resolved FLINK-4130. --------------------------------- Resolution: Fixed Fix Version/s: 1.1.0 Fixed in dd53831aa00e8160e8db14d6de186ce8f1f82b92. > 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 > Fix For: 1.1.0 > > > 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)