DuBin created FLINK-10980:
-----------------------------
Summary: Wrong statement in CEP Scala part
Key: FLINK-10980
URL:
https://issues.apache.org/jira/browse/FLINK-10980 Project: Flink
Issue Type: Bug
Components: CEP, Documentation
Affects Versions: 1.6.2
Reporter: DuBin
The CEP 'Selecting from patterns' part of Doc gives wrong code.
{{ val startEvent = pattern.get("start").get.next }}
{{val endEvent = pattern.get("end").get.next}}
{{should be .get.head}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)