[ 
https://issues.apache.org/jira/browse/CARBONDATA-3096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

kumar vishal resolved CARBONDATA-3096.
--------------------------------------
    Resolution: Fixed

> Wrong records size on the input metrics
> ---------------------------------------
>
>                 Key: CARBONDATA-3096
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3096
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: dhatchayani
>            Assignee: dhatchayani
>            Priority: Minor
>         Attachments: 3096.PNG
>
>          Time Spent: 11.5h
>  Remaining Estimate: 0h
>
> (1) Scanned record result size is taking from the default batch size. It 
> should be taken from the records scanned.
> h1. +*Steps to reproduce:*+
> spark.sql("DROP TABLE IF EXISTS person")
>  spark.sql("create table person (id int, name string) stored by 'carbondata'")
>  spark.sql("insert into person select 1,'a'")
>  spark.sql("select * from person").show(false)
> !3096.PNG!
>  
> (2) The intermediate page used to sort in adaptive encoding should be freed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to