Steven Phillips created DRILL-201:
-------------------------------------

             Summary: aggregate with multiple files returns a result for each 
file
                 Key: DRILL-201
                 URL: https://issues.apache.org/jira/browse/DRILL-201
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Steven Phillips


Query:

select count(1) from "/tmp/tpc-h/customer";

Result:

+---------+
| EXPR$0  |
+---------+
| 265617  |
| 410287  |
| 411652  |
| 412444  |
+---------+

--
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