GitHub user moresandeep opened a pull request:
https://github.com/apache/orc/pull/255
ORC-305 - Add column statistics for the size on disk
This PR adds column statistics for the size on disk.
I have updated the Unit Tests to reflect this change, I have also manually
gone through some test cases to verify that the size on disk value is correct.
ROW_INDEXs are excluded from the calculation.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/moresandeep/orc ORC-305-Column_Statistics
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/orc/pull/255.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 #255
----
commit 688517b0072de56bdabe118a1dcf2346d10d3f48
Author: Sandeep More <more@...>
Date: 2018-03-21T13:46:19Z
ORC-305 - Add column statistics for the size on disk
----
---