You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Vineet Garg (Jira)" <ji...@apache.org> on 2020/09/14 20:41:00 UTC

[jira] [Created] (HIVE-24164) Throw error for parameterized query containing parameters in group by

Vineet Garg created HIVE-24164:
----------------------------------

             Summary: 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


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)