[
https://issues.apache.org/jira/browse/TAJO-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14198220#comment-14198220
]
ASF GitHub Bot commented on TAJO-1154:
--------------------------------------
GitHub user babokim opened a pull request:
https://github.com/apache/tajo/pull/227
TAJO-1154 - TajoCli doesn't pause while running the non-forwarded query.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/babokim/tajo TAJO-1154
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/227.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 #227
----
commit 584ed1e84c41c9f2ae2ef4dcdab465084b6d8631
Author: HyoungJun Kim <[email protected]>
Date: 2014-11-05T10:58:38Z
TAJO-1154 - TajoCli doesn't pause while running the non-forwarded query.
----
> TajoCli doesn't pause while running the non-forwarded query.
> ------------------------------------------------------------
>
> Key: TAJO-1154
> URL: https://issues.apache.org/jira/browse/TAJO-1154
> Project: Tajo
> Issue Type: Bug
> Reporter: Hyoungjun Kim
> Assignee: Hyoungjun Kim
> Priority: Trivial
>
> If the number of rows in the table statistics is zero, non-forwarded query
> like the bellow doesn't pause.
> {noformat}
> default> \d tpch100.lineitem
> table name: tpch100.lineitem
> table path: /tpch/100/lineitem
> store type: CSV
> number of rows: 0
> volume: 79.6 GB
> ...
> default> select * from tpch100.lineitem;
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)