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)