[
https://issues.apache.org/jira/browse/FLINK-27401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-27401:
-----------------------------------
Labels: pull-request-available stale-assigned (was: pull-request-available)
I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help
the community manage its development. I see this issue is assigned but has not
received an update in 30 days, so it has been labeled "stale-assigned".
If you are still working on the issue, please remove the label and add a
comment updating the community on your progress. If this issue is waiting on
feedback, please consider this a reminder to the committer/reviewer. Flink is a
very active project, and so we appreciate your patience.
If you are no longer working on the issue, please unassign yourself so someone
else may work on it.
> CEP supports AggregateFunction in IterativeCondition
> ----------------------------------------------------
>
> Key: FLINK-27401
> URL: https://issues.apache.org/jira/browse/FLINK-27401
> Project: Flink
> Issue Type: Improvement
> Components: Library / CEP
> Affects Versions: 1.16.0
> Reporter: Nicholas Jiang
> Assignee: Yue Ma
> Priority: Major
> Labels: pull-request-available, stale-assigned
> Fix For: 1.16.0
>
> Attachments: image-2022-04-26-11-56-07-467.png
>
>
> IterativeCondition only exposes the filter interface. For the aggregation
> operation in the condition, since the condition may be called multiple times
> in the NFA process, an event may cause the custom aggregation state in the
> condition to be updated multiple times, for example, filters goods with a
> total of more than 1000 orders in the past 10 minutes. AggregateFunction is
> introduced in IterativeCondition to initialize and maintain aggregation state.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)