Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-8298

Incorrect results for n-way join when join expressions are not in same order across joins

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 0.13.0, 0.13.1
    • 0.14.0
    • Logical Optimizer
    • None

    Description

      select * from srcpart a join srcpart b on a.key = b.key and a.hr = b.hr join srcpart c on a.hr = c.hr and a.key = c.key;
      is minimal query which reproduces it

      Attachments

        1. HIVE-8298.patch
          7 kB
          Ashutosh Chauhan

        Issue Links

          Activity

            People

              ashutoshc Ashutosh Chauhan
              ashutoshc Ashutosh Chauhan
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: