Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
If the number of rows in the table statistics is zero, non-forwarded query like the bellow doesn't pause.
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;