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

Hudson commented on TAJO-913:
-----------------------------

FAILURE: Integrated in Tajo-master-build #284 (See 
[https://builds.apache.org/job/Tajo-master-build/284/])
TAJO-913: Add some missed tests for constant value group-by keys. (hyunsik: rev 
52c8600dd59247b9be95f338ade4ea5aee2fba06)
* CHANGES
* 
tajo-core/src/test/resources/results/TestGroupByQuery/testGroupByWithConstantKeys2.result
* 
tajo-core/src/test/resources/results/TestGroupByQuery/testGroupByWithConstantKeys1.result
* tajo-core/src/test/java/org/apache/tajo/engine/query/TestGroupByQuery.java
* 
tajo-core/src/test/resources/queries/TestGroupByQuery/testGroupByWithConstantKeys2.sql


> Add some missed tests for constant value group-by keys
> ------------------------------------------------------
>
>                 Key: TAJO-913
>                 URL: https://issues.apache.org/jira/browse/TAJO-913
>             Project: Tajo
>          Issue Type: Bug
>          Components: planner/optimizer
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>            Priority: Trivial
>             Fix For: 0.9.0
>
>
> This patch is trivial change. It adds two unit tests for constant key groupby 
> as follows:
> {code}
> select 123 as key, count(1) as total from lineitem group by key order by key, 
> total;
> {code}
> {code}
> select l_partkey as a, timestamp '2014-07-07 04:28:31.561' as b, '##' as c, 
> count(*) d from lineitem
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to