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)

Reply via email to