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

Enhance the hive parser to accept tuples in where in clause filter

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.13.1
    • None
    • Parser

    Description

      Currently, the hive parser will only accept a list of values in the where in clause and the filter is applied only on a single column. Enhanced it to accept filter on multiple columns.

      So current support is for queries like :

      Select * from table where c1 in (value1,value2,...value n);

      Added support in the parser for queries like :

      Select * from table where (c1,c2,... cn) in ((value1,value2...value n), (value1' , value2' ... ,value n').... )

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              saucam Yash Datta
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m