GitHub user jackylk opened a pull request:
https://github.com/apache/carbondata/pull/961
[CARBONDATA-1098] change PageStatistics to use exact type
Currently page statistics uses Object internally, which requires
boxing/unboxing when processing it.
This PR changes it to use exact type as schema defines
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jackylk/incubator-carbondata stats
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/961.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 #961
----
commit aefbedacfec309c3d3345dcacd285c1aa2890523
Author: jackylk <[email protected]>
Date: 2017-05-27T01:26:03Z
change PageStatistics to use exact type
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---