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

Reusing null object for joins with SolutionSet

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9, 0.10.0
    • 0.9, 0.10.0
    • Runtime / Task
    • None

    Description

      Joins and CoGroups with a solution set have outer join semantics because a certain key might not have been inserted into the solution set yet. When probing a non-existing key, the CompactingHashTable will return null.

      In object reuse mode, this null value is used as reuse object when the next key is probed.

      Attachments

        Activity

          People

            fhueske Fabian Hueske
            fhueske Fabian Hueske
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: