GitHub user wgtmac opened a pull request:
https://github.com/apache/orc/pull/123
ORC-184: Refactor ColumnStatistics classes for writer
1. Added setters for ColumnStatisticsImpl;
2. Added merge, update, increase, reset, etc. to ColumnStatisticsImpl;
3. Supported comparision for Decimal types;
4. Added UTs for Decimal and ColumnStatistics.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wgtmac/orc ORC-184
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/orc/pull/123.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 #123
----
commit 116049bfe262a418302b787ca8ab0aba4d46bfda
Author: Gang Wu <[email protected]>
Date: 2017-05-16T23:15:38Z
ORC-184: Refactor ColumnStatistics classes for writer
1. Added setters for ColumnStatisticsImpl;
2. Added merge, update, increase, reset, etc. to ColumnStatisticsImpl;
3. Supported comparision for Decimal types;
4. Added UTs for Decimal and ColumnStatistics.
----
---
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.
---