You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Aman Sinha (JIRA)" <ji...@apache.org> on 2014/04/27 18:22:16 UTC

[jira] [Created] (DRILL-579) Select COUNT(*) returns 0 rows

Aman Sinha created DRILL-579:
--------------------------------

             Summary: Select COUNT(*) returns 0 rows
                 Key: DRILL-579
                 URL: https://issues.apache.org/jira/browse/DRILL-579
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Aman Sinha


The following COUNT(*) should return 1 row...it is returning 0 rows. 

 select count(*) from cp.`tpch/nation.parquet` where n_nationkey = 100;
+--+
|  |
+--+
+--+
No rows selected (0.073 seconds)



--
This message was sent by Atlassian JIRA
(v6.2#6252)