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

Timo Walther updated FLINK-7403:
--------------------------------
    Comment: was deleted

(was: I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I 
help the community manage its development. I see this issues has been marked as 
Major but is unassigned and neither itself nor its Sub-Tasks have been updated 
for 30 days. I have gone ahead and added a "stale-major" to the issue". If this 
ticket is a Major, please either assign yourself or give an update. Afterwards, 
please remove the label or in 7 days the issue will be deprioritized.
)

> Remove expandLocalRef() before code generation
> ----------------------------------------------
>
>                 Key: FLINK-7403
>                 URL: https://issues.apache.org/jira/browse/FLINK-7403
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table SQL / Planner
>            Reporter: Timo Walther
>            Priority: Major
>              Labels: auto-deprioritized-major, auto-unassigned
>
> Currently, we expand local references before code generation. This means that 
> expressions that actually only need to be evaluated once, might be evaluated 
> multiple times. We should remove the expand step where possible.
> Take the following query as an example:
> {code:java}
> t.select(func0('c), func0('c), func0('c))
> {code}
> func0('c) is called three times for every input row even func0 is 
> deterministic. It would be nice if we can reuse it. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to