You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyoungjun Kim (JIRA)" <ji...@apache.org> on 2014/11/04 12:02:33 UTC

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

Hyoungjun Kim created TAJO-1154:
-----------------------------------

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