You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "JaeHwa Jung (JIRA)" <ji...@apache.org> on 2013/12/10 10:01:19 UTC

[jira] [Resolved] (TAJO-403) HiveConverter should allow function at 'group by' phase.

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

JaeHwa Jung resolved TAJO-403.
------------------------------

    Resolution: Fixed

+1 for the patch.

Thanks [~charsyam].
'mvn clean install' finished successfully.
I just committed it to master branch. :)

> HiveConverter should allow function at 'group by' phase.
> --------------------------------------------------------
>
>                 Key: TAJO-403
>                 URL: https://issues.apache.org/jira/browse/TAJO-403
>             Project: Tajo
>          Issue Type: Improvement
>          Components: parser
>    Affects Versions: 0.8-incubating
>            Reporter: JaeHwa Jung
>            Assignee: JaeHwa Jung
>             Fix For: 0.8-incubating
>
>
> If user write some function at 'group by' phase on hive query mode, it makes a exception as follows: 
> {code:xml}
> tajo> set tajo.hive.query.mode=true;
> tajo> select trim(name), count(1) from table1 group by trim(name);
> Unexpected aggregation function. - signature:trim
> {code}
> It needs to support functions at 'group by' phase on hive query mode.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)