[
https://issues.apache.org/jira/browse/TAJO-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14905847#comment-14905847
]
ASF GitHub Bot commented on TAJO-1885:
--------------------------------------
GitHub user hyunsik opened a pull request:
https://github.com/apache/tajo/pull/782
TAJO-1885: Simple query with projection should be supported.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hyunsik/tajo TAJO-1885
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/782.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 #782
----
commit 148026af57ab058b441377262f7009c0f91d5ac2
Author: Hyunsik Choi <[email protected]>
Date: 2015-09-24T05:44:54Z
TAJO-1885: Simple query with projection should be supported.
----
> 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.1
>
>
> 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)