[jira] [Commented] (CARBONDATA-264) Limit query scan time statistics issue
Posted by Akash R Nilugal (Jira) on Sep 21, 2016; 3:48am URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Commented-CARBONDATA-264-Limit-query-scan-time-statistics-issue-tp1305.html
[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:
> Limit query scan time statistics issue
> ---------------------------------------
>
> Key: CARBONDATA-264
> URL: https://issues.apache.org/jira/browse/CARBONDATA-264 > Project: CarbonData
> Issue Type: Bug
> Reporter: kumar vishal
> Priority: Minor
>
> Problem: Scan time is not logging in statistics in case of limit query
> Soluntion: Moved statistics from iterator to queryExecutor finish method as in case of limit query after consuming records call is not coming to hasNext method
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)