[
https://issues.apache.org/jira/browse/CARBONDATA-264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15605720#comment-15605720 ]
ASF GitHub Bot commented on CARBONDATA-264:
-------------------------------------------
Github user jackylk commented on a diff in the pull request:
https://github.com/apache/incubator-carbondata/pull/184#discussion_r84940497
--- Diff: core/src/main/java/org/apache/carbondata/scan/executor/impl/QueryExecutorProperties.java ---
@@ -91,5 +89,10 @@
* list of blocks in which query will be executed
*/
protected List<AbstractIndex> dataBlocks;
+ /**
+ * start time scanning
--- End diff --
it is the start time of scanning?
> 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)