[
https://issues.apache.org/jira/browse/DRILL-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13757196#comment-13757196
]
Jacques Nadeau commented on DRILL-201:
--------------------------------------
This is a problem with excess new schema messages being generated. Aggregate
flushes and restarts aggregates when a new schema is encountered. ScanBatch
currently generates a new schema event for each new file. Trying to figure out
an elegant solution.
> 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
> Assignee: Jacques Nadeau
>
> 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