[ 
https://issues.apache.org/jira/browse/DRILL-210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13758724#comment-13758724
 ] 

Steven Phillips commented on DRILL-210:
---------------------------------------

>From the logs, I can see that ParquetRecordReader is only reading 15783 
>records. So this appears to be a problem with the ParquetRecordReader.
                
> 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
>            Assignee: Jason Altekruse
>
> 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

Reply via email to