[
https://issues.apache.org/jira/browse/PHOENIX-2802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15225464#comment-15225464
]
James Taylor commented on PHOENIX-2802:
---------------------------------------
Thanks, [~maryannxue]. I filed PHOENIX-2820 for some follow up work. Any ideas
when you look at the change I made? In theory, this should only impact
aggregate queries.
> Merge sort usually not necessary for ORDERED aggregation
> --------------------------------------------------------
>
> Key: PHOENIX-2802
> URL: https://issues.apache.org/jira/browse/PHOENIX-2802
> Project: Phoenix
> Issue Type: Improvement
> Reporter: James Taylor
> Assignee: James Taylor
> Fix For: 4.8.0
>
> Attachments: PHOENIX-2802.patch, PHOENIX-2802_v2.patch
>
>
> Try something like the following query:
> {code}
> select pod, count(*) as orgs from organization group by pod order by pod desc;
> {code}
> versus this one:
> {code}
> select pod, count(*) as orgs from organization group by pod order by pod asc;
> {code}
> There may be some missing logic in how we setup the client-side order by in
> this case.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)