[
https://issues.apache.org/jira/browse/FLINK-31788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17711802#comment-17711802
]
Jark Wu commented on FLINK-31788:
---------------------------------
Hi [~hackergin], it seems the {{emitValueWithRetract}} was never introduced.
[FLIP-29|https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=97552739]
proposed {{emitValueWithRetract}}, but it was implemented as
{{emitUpdateWithRetract}} in the first [PR|
https://github.com/apache/flink/pull/8550/files] (I don't know why the method
name was changed), and the {{emitUpdateWithRetract}} is still supported in the
latest version in the blink planner.
> Add back Support emitValueWithRetract for TableAggregateFunction
> ----------------------------------------------------------------
>
> Key: FLINK-31788
> URL: https://issues.apache.org/jira/browse/FLINK-31788
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Planner
> Reporter: Feng Jin
> Priority: Major
>
> This feature was originally implemented in the old planner:
> [https://github.com/apache/flink/pull/8550/files]
> However, this feature was not implemented in the new planner , the Blink
> planner.
> With the removal of the old planner in version 1.14
> [https://github.com/apache/flink/pull/16080] , this code was also removed.
>
> We should add it back.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)