GitHub user wgtmac opened a pull request:
https://github.com/apache/orc/pull/118
ORC-176: Refactor common classes for writer and reader
This is mainly a refactoring change for ORC-176, including:
1. Extracted common classes and functions into Common.hh and Common.cc;
2. Put InputStream interface and its implementations from Compression.hh to
InputStream.hh and InputStream.cc.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wgtmac/orc ORC-176-rebased
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/orc/pull/118.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 #118
----
commit 999c131908379f646fc18de66254151b4fbf447c
Author: Gang Wu <[email protected]>
Date: 2017-05-10T20:43:05Z
ORC-176: Refactor common classes for writer and reader
This is mainly a refactoring change for ORC-176, including:
1. Extracted common classes and functions into Common.hh and Common.cc;
2. Put InputStream interface and its implementations from Compression.hh to
InputStream.hh and InputStream.cc.
----
---
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.
---