[jira] [Created] (FLINK-9229) Fix literal handling in code generation

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-9229) Fix literal handling in code generation

Shang Yuanchun (Jira)
Timo Walther created FLINK-9229:
-----------------------------------

             Summary: 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
            Reporter: Timo Walther
            Assignee: Timo Walther


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)