[
https://issues.apache.org/jira/browse/FLINK-19326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aljoscha Krettek closed FLINK-19326.
------------------------------------
Fix Version/s: 1.12.0
Release Note: Before Flink 1.12 the CEP operations where changing their
behavior based on the globally set Stream TimeCharacteristic. In Flink 1.12 we
introduced explicit `inProcessingTime()` and `inEventTime()` methods on
`PatternStream` and the CEP operations no longer change their behaviour based
on the global characteristic.
Resolution: Implemented
master: 1fe0214cf5cd1a12eac42ae4639e829842d7e91b
> Allow explicitly configuring time behaviour on CEP PatternStream
> ----------------------------------------------------------------
>
> Key: FLINK-19326
> URL: https://issues.apache.org/jira/browse/FLINK-19326
> Project: Flink
> Issue Type: Sub-task
> Components: Library / CEP
> Reporter: Aljoscha Krettek
> Assignee: Nicholas Jiang
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.12.0
>
>
> With the deprecation of
> {{StreamExecutionEnvironment.setStreamTimeCharacteristic()}} in FLINK-19319
> we need a way of explicitly configuring the time behaviour of CEP operations.
> Currently, all CEP operations use the characteristic to configure themselves.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)