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

Prevent translation of non-equi joins in DataSetJoinRule

    XMLWordPrintableJSON

Details

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

    Description

      At the moment, also non-equi joins are translated into {{DataSetJoin}}s.
      To prevent such plans from being picked, we assign huge costs and eventually fail their translation into DataSet programs.

      A better solution is to prevent a non-equi join from being translated into a DataSetJoin in the DataSetJoinRule.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: