[
https://issues.apache.org/jira/browse/FLINK-9229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16452424#comment-16452424
]
Timo Walther commented on FLINK-9229:
-------------------------------------
Fixed in 1.4.3: 963f14e266e5347d98388552014c2be772d423bb
> Fix literal handling in code generation
> ---------------------------------------
>
> Key: FLINK-9229
> URL: https://issues.apache.org/jira/browse/FLINK-9229
> Project: Flink
> Issue Type: Bug
> Components: Table API & SQL
> Affects Versions: 1.4.2
> Reporter: Timo Walther
> Assignee: Timo Walther
> Priority: Major
> Fix For: 1.5.0, 1.4.3
>
>
> Information about expressions that are constant help during code generation.
> Especially when moving often reused parts of code in the member area of a
> generated function. Right now this behavior is not consistent because even
> methods in {{generateFieldAccess}} generate literals but they are not
> constant. This could lead to unintended behavior.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)