XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.1.0
    • 2.3.0
    • SQL

    Description

      The named columns join is a common shortcut allowing joins on identically named keys. Example: select * from t1 join t2 using c1 is equivalent to select * from t1 join t2 on t1.c1 = t2.c1. SQL standard reference: Section 7.7

      Attachments

        1. HIVE-15983.01.patch
          32 kB
          Pengcheng Xiong
        2. HIVE-15983.02.patch
          32 kB
          Pengcheng Xiong
        3. HIVE-15983.03.patch
          32 kB
          Pengcheng Xiong
        4. HIVE-15983.04.patch
          35 kB
          Pengcheng Xiong

        Issue Links

          Activity

            People

              pxiong Pengcheng Xiong
              cartershanklin Carter Shanklin
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: