You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Timo Walther (Jira)" <ji...@apache.org> on 2020/08/12 11:47:00 UTC

[jira] [Closed] (FLINK-18809) Update internal aggregate functions to new type system

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

Timo Walther closed FLINK-18809.
--------------------------------
    Fix Version/s: 1.12.0
     Release Note: SQL queries that use the COLLECT function might need to be updated to the new type system.
       Resolution: Fixed

commit 2d024ae37aaf4daa9bd0a57251a8ae58f0146666
[FLINK-18809][table-planner-blink] Update distinct aggregates to the new type system

commit b5e17adfe6a9a72653a779c60f7ab4007ca52852
[FLINK-18809][table-planner-blink] Ensure that all internal agg functions have been updated

commit 9bbc156c06fa0db06ce026807b45d3b3979bb20e
[FLINK-18809][table-planner-blink] Update First/LastValueAggFunction

commit 2267d234df70f5612f39d7d482fdf83f23196704
[FLINK-18809][table-planner-blink] Update ListAggFunctions

commit ab1e3ba7b173895a80a2d28186b47a08210024ea
[FLINK-18809][table-planner-blink] Update CollectAggFunction

commit 86e4ab2f2119c0f75f4dc2ec9b7bacb3e7422eb3
[FLINK-18809][table-planner-blink] Update MinWithRetractAggFunction

commit 21d153d1ac25c6b1615b1237638dcdcaf6100f11
[FLINK-18809][table-planner-blink] Update MaxWithRetractAggFunction

commit f02114deea6fd14eb7892e8af7e982544b491c91
[FLINK-18809][table-planner-blink] Introduce interface for InternalAggregateFunction

> Update internal aggregate functions to new type system
> ------------------------------------------------------
>
>                 Key: FLINK-18809
>                 URL: https://issues.apache.org/jira/browse/FLINK-18809
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / Planner
>            Reporter: Timo Walther
>            Assignee: Timo Walther
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.12.0
>
>
> Imperative aggregate functions use the old type system for computation. After FLINK-15803 is completed, we can update those implementations.



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