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 2014/11/09 09:00:49 UTC

[jira] [Resolved] (TAJO-1154) TajoCli doesn't pause while running the non-forwarded query.

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

Hyunsik Choi resolved TAJO-1154.
--------------------------------
    Resolution: Fixed

I just committed it to master branch. Thank you.

> 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
>          Components: client, tajo master
>            Reporter: Hyoungjun Kim
>            Assignee: Hyoungjun Kim
>            Priority: Trivial
>             Fix For: 0.9.1
>
>
> 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)