You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "sunjincheng (JIRA)" <ji...@apache.org> on 2018/11/22 08:35:00 UTC

[jira] [Closed] (FLINK-10980) Wrong statement in CEP Scala part

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

sunjincheng closed FLINK-10980.
-------------------------------
    Resolution: Fixed

Fixed in master: cbf5f0c937e9181314824789bb43162a2f97716e

> 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
>            Priority: Minor
>              Labels: pull-request-available
>
> 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)