GitHub user wgtmac opened a pull request:
https://github.com/apache/orc/pull/149
ORC-224: Implement column writers of primitive types
1. Implementation of ColumnWriters for float, double, tinyint, boolean,
string, char, varchar, binary, date, timestamp and decimal types.
2. Only support RleVersion1. RleVersion2 and dictionary encoding for string
types are not implemented in this patch.
3. Added tests in TestWriter.cc.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wgtmac/orc ORC-224
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/orc/pull/149.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 #149
----
commit 0a9bcc0c61261dce65956a83b54dcf581844e976
Author: Gang Wu <[email protected]>
Date: 2017-08-08T22:07:06Z
ORC-224: Implement column writers of primitive types
----
---
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.
---