Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-33665

Invalid code execution

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • Library / CEP
    • None

    Description

      As shown in the above pictures, 

      // code placeholder
      nfaState.getPartialMatches()
                      .removeIf(pm -> pm.getStartEventID() != null && !partialMatches.contains(pm)); 

      This code is unnecessary. After method processMatchesAccordingToSkipStrategy,  

      // code placeholder
      nfaState.setNewPartialMatches(newPartialMatches) 

      It is very time-consuming when there are many partial matches.

       

       

      Attachments

        1. image-2023-11-27-20-00-28-715.png
          252 kB
          Peihui He
        2. image-2023-11-27-20-00-59-544.png
          180 kB
          Peihui He

        Activity

          People

            Unassigned Unassigned
            Peihui Peihui He
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: