Biao Geng created FLINK-28495:
---------------------------------
Summary: Fix typos or mistakes of Flink CEP Document in the
official website
Key: FLINK-28495
URL: https://issues.apache.org/jira/browse/FLINK-28495
Project: Flink
Issue Type: Improvement
Reporter: Biao Geng
"Will generate the following matches for an input sequence: C D A1 A2 A3 D A4
B. with combinations enabled: {C A1 B}, {C A1 A2 B}, {C A1 A3 B}, {C A1 A4 B},
{C A1 A2 A3 B}, {C A1 A2 A4 B}, {C A1 A3 A4 B}, {C A1 A2 A3 A4 B}" -> "Will
generate the following matches for an input sequence: C D A1 A2 A3 D A4 B. with
combinations enabled: {C A1 B}, {C A1 A2 B}, {C A1 A3 B}, {C A1 A4 B}, {C A1 A2
A3 B}, {C A1 A2 A4 B}, {C A1 A3 A4 B}, {C A1 A2 A3 A4 B}, {C A2 B}, {C A2 A3
B}, {C A2 A4 B}, {C A2 A3 A4 B}, {C A3 B}, {C A3 A4 B}, {C A4 B}"
"For SKIP_TO_FIRST/LAST there are two options how to handle cases when there
are no elements mapped to the specified variable." -> "For SKIP_TO_FIRST/LAST
there are two options how to handle cases when there are no events mapped to
the *PatternName*."
--
This message was sent by Atlassian Jira
(v8.20.10#820010)