[
https://issues.apache.org/jira/browse/PHOENIX-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Taylor updated PHOENIX-2217:
----------------------------------
Summary: Error Nested aggregate functions are not supported in the
following query (was: Error Nested aggregate functions are not supported in
the following quiry)
> Error Nested aggregate functions are not supported in the following query
> -------------------------------------------------------------------------
>
> 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)