[
https://issues.apache.org/jira/browse/FLINK-5983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timo Walther resolved FLINK-5983.
---------------------------------
Resolution: Fixed
Fix Version/s: 1.3.0
Fixed in 1.3.0: adbf846f23881b98ab9dc5886a0b066b8aa1ded6
> Replace for/foreach/map in aggregates by while loops
> ----------------------------------------------------
>
> Key: FLINK-5983
> URL: https://issues.apache.org/jira/browse/FLINK-5983
> Project: Flink
> Issue Type: Improvement
> Components: Table API & SQL
> Reporter: Timo Walther
> Assignee: Fabian Hueske
> Fix For: 1.3.0
>
>
> Right now there is a mixture of different kinds of loops within aggregate
> functions. Although performance is not the main goal at the moment, we should
> focus on performant execution especially in this runtime functions.
> e.g. {{DataSetTumbleCountWindowAggReduceGroupFunction}}
> We should replace loops, maps etc. by primitive while loops.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)