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

Flink Jira Bot updated FLINK-13881:
-----------------------------------
      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.


> CEP within method should applied in every independent pattern
> -------------------------------------------------------------
>
>                 Key: FLINK-13881
>                 URL: https://issues.apache.org/jira/browse/FLINK-13881
>             Project: Flink
>          Issue Type: Improvement
>          Components: Library / CEP
>    Affects Versions: 1.9.0
>            Reporter: YufeiLiu
>            Priority: Not a Priority
>              Labels: auto-deprioritized-major, auto-deprioritized-minor
>
> When I write a Pattern like this: 
> {code:java}
> Pattern.begin("start").where()
>   .followBy("middle0").where().within(Time.second(1))
>   .followBy("middle1").where().within(Time.second(2))
>   .followBy("middle2").where().within(Time.second(3))
> {code}
> the actual within time is the smallest: 1 second.
> I created a TimeCondition extends IterativeCondition, and I can get timestamp 
> of current event and previous computation state, then I compare them in 
> condition filter. Also make some change in NFACompiler, transform within as 
> StateTransition rather than a gobal property "windowTime" of NFA.
> It could work, but I dont know should I change the implementation of within 
> or create another syntax. 
> [~dawidwys] Is this meaningful? 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to