You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Boris Furchin (JIRA)" <ji...@apache.org> on 2015/08/28 19:42:47 UTC

[jira] [Created] (PHOENIX-2217) Error Nested aggregate functions are not supported in the following quiry

Boris Furchin created PHOENIX-2217:
--------------------------------------

             Summary: Error Nested aggregate functions are not supported in the following quiry
                 Key: PHOENIX-2217
                 URL: https://issues.apache.org/jira/browse/PHOENIX-2217
             Project: Phoenix
          Issue Type: Bug
    Affects Versions: 4.5.0
         Environment: Linux lnxx64r6 2.6.32-131.0.15.el6.x86_64 #1 SMP Tue May 10 15:42:40 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
            Reporter: Boris Furchin


	SELECT
	MAX('')	,
	MAX(i)
    FROM
   myjunk

To reproduce:
create table myjunk(i integer primary key)
upsert into myjunk values (1)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)