GitHub user kumarvishal09 opened a pull request:
https://github.com/apache/incubator-carbondata/pull/184
[CARBONDATA-264]Fixed limit query scan time statistics issue
Problem: Scan time is not logging in statistics in case of limit query
Soluntion: Moved statistics recording from iterator to queryExecutor finish
method as in case of limit query after consuming records call is not coming to
hasNext method
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kumarvishal09/incubator-carbondata
statisticsissue
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/184.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #184
----
commit 60c92b08d642c9580533b5cf7cc27e0ecf84b244
Author: kumarvishal <[email protected]>
Date: 2016-09-21T03:37:09Z
Fixed limit query statistics issue
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---