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

Support un-ordered mode for async lookup join

    XMLWordPrintableJSON

Details

    Description

      Currently, we only support "ordered" mode for async lookup join. Because the ordering in streaming SQL is very important, the accumulate and retract messages shoudl be in ordered. If messages are out of order, the result will be wrong.

      The "un-ordered" mode can be enabled by a job configuration. But it will be a prefered option. Only if it doesn't affect the order of acc/retract messages (e.g. it is just an append-only stream), the "un-ordered" mode will be enabled. 

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jark Jark Wu
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: