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

Support unqualified column references in Joining conditions

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.13.0
    • None
    • None

    Description

      Support queries of the form:

      create table r1(a int);
      create table r2(b);
      select a, b
      from r1 join r2 on a = b
      

      This becomes more useful in old style syntax:

      select a, b
      from r1, r2
      where a = b
      

      Attachments

        1. HIVE-6393.3.patch
          154 kB
          Harish Butani
        2. HIVE-6393.2.patch
          152 kB
          Harish Butani
        3. HIVE-6393.1.patch
          150 kB
          Harish Butani

        Activity

          People

            rhbutani Harish Butani
            rhbutani Harish Butani
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: