Steven Phillips created DRILL-210:
-------------------------------------
Summary: count returns incorrect value for table with 100,000 rows
Key: DRILL-210
URL: https://issues.apache.org/jira/browse/DRILL-210
Project: Apache Drill
Issue Type: Bug
Affects Versions: M1
Reporter: Steven Phillips
0: jdbc:drill:schema=parquet-local> select count(1) from "/tmp/tpc-h/supplier";
+---------+
| EXPR$0 |
+---------+
| 15783 |
+---------+
1 row selected (0.577 seconds)
There should be 100,000 rows in this table
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira