Vineet Garg created HIVE-15812:
----------------------------------

             Summary: Scalar subquery with having throws exception
                 Key: HIVE-15812
                 URL: https://issues.apache.org/jira/browse/HIVE-15812
             Project: Hive
          Issue Type: Bug
          Components: Query Planning
            Reporter: Vineet Garg
            Assignee: Vineet Garg


Following query throws an exception
{code:SQL}
select sum(p_retailprice) from part group by p_type having sum(p_retailprice) > 
(select max(pp.p_retailprice) from part pp);
{code}

{noformat}
SemanticException [Error 10004]: Line 3:40 Invalid table alias or column 
reference 'pp': (possible column names are: p_partkey, p_name, p_mfgr, p_brand, 
p_type, p_size, p_container, p_retailprice, p_comment)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to