You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2015/09/28 20:47:04 UTC

[jira] [Resolved] (TAJO-1885) Simple query with projection should be supported

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

Hyunsik Choi resolved TAJO-1885.
--------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 0.11.1)
                   0.11.0

I just committed it to master branch and 0.11.0 branch.

> Simple query with projection should be supported
> ------------------------------------------------
>
>                 Key: TAJO-1885
>                 URL: https://issues.apache.org/jira/browse/TAJO-1885
>             Project: Tajo
>          Issue Type: Improvement
>          Components: TajoMaster
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.11.0
>
>
> Tajo supports simple query as the following form:
> {noformat}
> select * from tb1
> {noformat}
> or
> {noformat}
> select * from tb1 LIMIT N
> {noformat}
> In many cases, users want to use some projections or functions like 
> {noformat}
> select x,y,z from tb1 LIMIT N
> {noformat}
> This kind of queries are usually used to just see the data contents. Many users expect that this query will return the result immediately. But, the simple does not support  this case. We need to support it.



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