You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Samarth Jain (JIRA)" <ji...@apache.org> on 2017/01/27 20:00:27 UTC

[jira] [Commented] (PHOENIX-3589) Aggregate query is not blocked when projected columns are not part of group by

    [ https://issues.apache.org/jira/browse/PHOENIX-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15843400#comment-15843400 ] 

Samarth Jain commented on PHOENIX-3589:
---------------------------------------

[~mujtabachohan], just to confirm, are you seeing this for immutable encoded table or mutable encoded? 

> Aggregate query is not blocked when projected columns are not part of group by
> ------------------------------------------------------------------------------
>
>                 Key: PHOENIX-3589
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3589
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: Mujtaba Chohan
>            Assignee: Samarth Jain
>            Priority: Minor
>
> With encoded column table, no exception is thrown for the following query:
> {noformat}
>  select c0,c1000,sum(k1) from ENCODED group by c4000;
> {noformat}



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