[ https://issues.apache.org/jira/browse/HIVE-24164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vineet Garg reassigned HIVE-24164: ---------------------------------- > Throw error for parameterized query containing parameters in group by > --------------------------------------------------------------------- > > Key: HIVE-24164 > URL: https://issues.apache.org/jira/browse/HIVE-24164 > Project: Hive > Issue Type: Sub-task > Components: Query Planning > Reporter: Vineet Garg > Assignee: Vineet Garg > Priority: Major > > e.g. following query should throw a useful error message since parameters > aren't support in group by > {code:sql} > prepare query1 from select count(*) from src where key > ? and value < ? > group by ?; > execute query1 using 1,100,1; > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)