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

Hive Parser to Support multi col in clause (x,y..) in ((..),..., ())

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.3.0, 2.0.0
    • None
    • None

    Description

      Current hive only support single column in clause, e.g.,

      select * from src where  col0 in (v1,v2,v3);

      We want it to support

      select * from src where (col0,col1+3) in ((col0+v1,v2),(v3,v4-col1));

      Attachments

        1. HIVE-11600.05.patch
          33 kB
          Pengcheng Xiong
        2. HIVE-11600.04.patch
          25 kB
          Pengcheng Xiong
        3. HIVE-11600.03.patch
          18 kB
          Pengcheng Xiong
        4. HIVE-11600.02.patch
          13 kB
          Pengcheng Xiong
        5. HIVE-11600.01.patch
          12 kB
          Pengcheng Xiong

        Issue Links

          There are no Sub-Tasks for this issue.

          Activity

            People

              pxiong Pengcheng Xiong
              pxiong Pengcheng Xiong
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: