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

Disable outer joins with non-equality predicates

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Done
    • 1.2.0
    • 1.2.0, 1.3.0
    • Table SQL / API
    • None

    Description

      Outer joins with non-equality predicates (and at least one equality predicate) compute incorrect results.

      Since this is not a very common requirement, I propose to disable this feature for the 1.2.0 release and correctly implement it for a later version.

      The fix should add checks in the Table API validation phase (to get a good error message) and in the DataSetJoinRule to prevent translation of SQL queries with non-equality predicates on outer joins.

      Attachments

        Issue Links

          Activity

            People

              lincoln.86xy lincoln lee
              fhueske Fabian Hueske
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: