dawidwys commented on a change in pull request #7380: [hotfix][docs] Fix 
incorrect example in cep doc
URL: https://github.com/apache/flink/pull/7380#discussion_r244961085
 
 

 ##########
 File path: docs/dev/libs/cep.md
 ##########
 @@ -1373,7 +1372,7 @@ Pattern: `a b+` and sequence: `a b1 b2 b3` Then the 
results will be:
         <td>After found matching <code>a b1</code>, the match process will not 
discard any result.</td>
     </tr>
     <tr>
-        <td><strong>SKIP_TO_NEXT</strong>[<code>b*</code>]</td>
+        <td><strong>SKIP_TO_NEXT</strong>[<code>b</code>]</td>
 
 Review comment:
   The pattern variable here is invalid at all. `SKIP_TO_NEXT` does not take 
any.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to