[
https://issues.apache.org/jira/browse/FLINK-7239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-7239:
----------------------------------
Labels: auto-deprioritized-major auto-deprioritized-minor (was:
auto-deprioritized-major stale-minor)
Priority: Not a Priority (was: Minor)
This issue was labeled "stale-minor" 7 days ago and has not received any
updates so it is being deprioritized. If this ticket is actually Minor, please
raise the priority and ask a committer to assign you the issue or revive the
public discussion.
> GroupWindow and OverWindow aggregates do not check correctly for updating
> input
> -------------------------------------------------------------------------------
>
> Key: FLINK-7239
> URL: https://issues.apache.org/jira/browse/FLINK-7239
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / API
> Affects Versions: 1.3.1, 1.4.0
> Reporter: Fabian Hueske
> Priority: Not a Priority
> Labels: auto-deprioritized-major, auto-deprioritized-minor
>
> The streaming table operators for group-window and over-window aggregates do
> only support append-only input, i.e., no updates.
> However, the {{DataStreamGroupWindowAggregate}} {{DataStreamOverAggregate}}
> RelNodes do only check that the input does not have retraction messages which
> is only one possible encoding of updates.
> We should fix the RelNodes to check if the input is append-only using the
> {{UpdatingPlanChecker}} similar to {{DataStreamWindowJoin}}.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)