Peihui He created FLINK-33665:
---------------------------------
Summary: Invalid code execution
Key: FLINK-33665
URL: https://issues.apache.org/jira/browse/FLINK-33665
Project: Flink
Issue Type: Improvement
Components: Library / CEP
Reporter: Peihui He
Attachments: image-2023-11-27-20-00-28-715.png,
image-2023-11-27-20-00-59-544.png
!image-2023-11-27-20-00-28-715.png!
!image-2023-11-27-20-00-59-544.png!
As shown in the above pictures,
{code:java}
// code placeholder
nfaState.getPartialMatches()
.removeIf(pm -> pm.getStartEventID() != null &&
!partialMatches.contains(pm)); {code}
This code is unnecessary. It is very time-consuming when there are many partial
matches.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)