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)