[ https://issues.apache.org/jira/browse/PHOENIX-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14318537#comment-14318537 ]
Maryann Xue commented on PHOENIX-1654: -------------------------------------- I see. It fixes queries that involve client aggregation and have multiple group-by keys, like "select a, b, count(*) from (select x as a, max(y) as b from t group by x) as t1" or "select /* +USE_SORT_MERGE_JOIN*/ t1.a, t2.b, count(*) from t1 join t2 on t1.c = t2.c group by t1.a, t2.b". > Incorrect group-by keys from ClientAggregatePlan > ------------------------------------------------ > > Key: PHOENIX-1654 > URL: https://issues.apache.org/jira/browse/PHOENIX-1654 > Project: Phoenix > Issue Type: Bug > Affects Versions: 4.2, 3.2 > Reporter: Maryann Xue > Assignee: Maryann Xue > Priority: Minor > Fix For: 4.3, 3.3 > > Attachments: 1654.patch > > Original Estimate: 24h > Remaining Estimate: 24h > -- This message was sent by Atlassian JIRA (v6.3.4#6332)