You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Naresh P R (JIRA)" <ji...@apache.org> on 2017/04/13 05:07:41 UTC

[jira] [Created] (CARBONDATA-919) result_size query stats is not giving proper row count if vector reader is enabled.

Naresh P R created CARBONDATA-919:
-------------------------------------

             Summary: result_size query stats is not giving proper row count if vector reader is enabled.
                 Key: CARBONDATA-919
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-919
             Project: CarbonData
          Issue Type: Bug
         Environment: Spark 2.1
            Reporter: Naresh P R
            Assignee: Naresh P R
            Priority: Trivial


Incase of vector reader, we return columnarbatch which will have row count as size of the batch, whereas we are incrementing the row count with 1 & the result is printed on the query stats log

Moved result_Size calculation into respective reader and logging the results after the task completes in executor.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)