You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/07/07 06:41:33 UTC

[jira] [Commented] (TAJO-913) Add some missed tests for constant value group-by keys

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

ASF GitHub Bot commented on TAJO-913:
-------------------------------------

GitHub user hyunsik opened a pull request:

    https://github.com/apache/tajo/pull/60

    TAJO-913: Add some missed tests for constant value group-by keys.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hyunsik/tajo TAJO-913

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/60.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #60
    
----
commit 3f47df51d1868e59f2de2c6b29d5d38b2b5cb5f6
Author: Hyunsik Choi <hy...@apache.org>
Date:   2014-07-07T04:39:05Z

    TAJO-913: Add some missed tests for constant value group-by keys.

----


> 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)