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

Solve nondeterministic functions problem for retraction

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Abandoned
    • None
    • None
    • Table SQL / API
    • None

    Description

      Discussion on the mailing list

      Currently, Retraction has not considered non-deterministic functions. For sql like:

      source -> group by -> 
                             non-window join -> retract_sink
      source -> group by -> 
      

      The group by will send retract messages to join. However, if we add LOCALTIMESTAMP between group by and join, messages can not be retracted correctly in join, since join retract messages according to the whole row.

      Attachments

        Activity

          People

            Unassigned Unassigned
            hequn8128 Hequn Cheng
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: