[
https://issues.apache.org/jira/browse/FLINK-10980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16695645#comment-16695645
]
ASF GitHub Bot commented on FLINK-10980:
----------------------------------------
sunjincheng121 commented on issue #7158: [FLINK-10980][docs] Fix Iterable Scala
code in CEP part
URL: https://github.com/apache/flink/pull/7158#issuecomment-440947950
Thanks for the PR @dubin555 !Merging...
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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)