You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2016/01/24 21:30:39 UTC

[jira] [Updated] (PHOENIX-2217) Support nested aggregate functions

     [ https://issues.apache.org/jira/browse/PHOENIX-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Taylor updated PHOENIX-2217:
----------------------------------
    Summary: Support nested aggregate functions  (was: Error Nested aggregate functions are not supported in the following query)

> Support nested aggregate functions
> ----------------------------------
>
>                 Key: PHOENIX-2217
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2217
>             Project: Phoenix
>          Issue Type: Improvement
>    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)