[GitHub] carbondata pull request #2916: [CARBONDATA-3096] Wrong records size on the i...

2018-11-16 Thread dhatchayani
Github user dhatchayani closed the pull request at:

https://github.com/apache/carbondata/pull/2916


---


[GitHub] carbondata pull request #2916: [CARBONDATA-3096] Wrong records size on the i...

2018-11-15 Thread dhatchayani
Github user dhatchayani closed the pull request at:

https://github.com/apache/carbondata/pull/2916


---


[GitHub] carbondata pull request #2916: [CARBONDATA-3096] Wrong records size on the i...

2018-11-15 Thread dhatchayani
GitHub user dhatchayani reopened a pull request:

https://github.com/apache/carbondata/pull/2916

[CARBONDATA-3096] Wrong records size on the input metrics & Free the 
intermediate page used while adaptive encoding

(1) Scanned record result size is taking from the default batch size. It 
should be taken from the records scanned.
(2) The intermediate page used to sort in adaptive encoding should be freed.


 - [ ] Any interfaces changed?
 
 - [ ] Any backward compatibility impacted?
 
 - [ ] Document update required?

 - [x] Testing done
Manual Testing
   
 - [ ] For large changes, please consider breaking it into sub-tasks under 
an umbrella JIRA. 



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/dhatchayani/carbondata CARBONDATA-3096

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/carbondata/pull/2916.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2916


commit dc0b8bb0bbef1fabfcf35bf06e528ad6969852c3
Author: dhatchayani 
Date:   2018-11-13T12:58:48Z

[CARBONDATA-3096] Wrong records size on the input metrics & Free the 
intermediate page used while adaptive encoding




---


[GitHub] carbondata pull request #2916: [CARBONDATA-3096] Wrong records size on the i...

2018-11-13 Thread dhatchayani
GitHub user dhatchayani opened a pull request:

https://github.com/apache/carbondata/pull/2916

[CARBONDATA-3096] Wrong records size on the input metrics & Free the 
intermediate page used while adaptive encoding

(1) Scanned record result size is taking from the default batch size. It 
should be taken from the records scanned.
(2) The intermediate page used to sort in adaptive encoding should be freed.


 - [ ] Any interfaces changed?
 
 - [ ] Any backward compatibility impacted?
 
 - [ ] Document update required?

 - [x] Testing done
Manual Testing
   
 - [ ] For large changes, please consider breaking it into sub-tasks under 
an umbrella JIRA. 



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/dhatchayani/carbondata CARBONDATA-3096

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/carbondata/pull/2916.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2916


commit d85a3d4b68b5ec52b10cfc4eaa37d5d4bc0629d7
Author: dhatchayani 
Date:   2018-11-13T12:58:48Z

[CARBONDATA-3096] Wrong records size on the input metrics & Free the 
intermediate page used while adaptive encoding




---