Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-23950 [Umbrella] Support PREPARE and EXECUTE statements
  3. HIVE-24164

Throw error for parameterized query containing parameters in group by

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Query Planning
    • None

    Description

      e.g. following query should throw a useful error message since parameters aren't support in group by

      prepare query1 from select count(*) from src where key > ? and value < ? group by ?;		
       execute query1 using 1,100,1;
      

      Attachments

        Activity

          People

            vgarg Vineet Garg
            vgarg Vineet Garg
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: