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

Hudson commented on TAJO-403:
-----------------------------

ABORTED: Integrated in Tajo-master-build #83 (See 
[https://builds.apache.org/job/Tajo-master-build/83/])
TAJO-403: HiveQLAnalyzer should supports standard function in the GROUP BY 
Clause. (Removing unnecessary codes) (jhjung: 
https://git-wip-us.apache.org/repos/asf?p=incubator-tajo.git&a=commit&h=245dbd208c1b7e5cde3e4e59313f48534f64e1b2)
* 
tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/engine/parser/HiveQLAnalyzer.java


> HiveQLAnalyzer should supports standard function in the GROUP BY Clause.
> ------------------------------------------------------------------------
>
>                 Key: TAJO-403
>                 URL: https://issues.apache.org/jira/browse/TAJO-403
>             Project: Tajo
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 0.8-incubating
>            Reporter: Jaehwa Jung
>            Assignee: Jaehwa Jung
>             Fix For: 0.8-incubating
>
>         Attachments: TAJO-403.patch
>
>
> 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.5#6160)

Reply via email to