GitHub user moresandeep opened a pull request:
https://github.com/apache/orc/pull/213
ORC-278 - Create in memory KeyProvider class
This PR addresses ORC-278 by creating an in-memory implementation of
HadoopShims.KeyProvider interface which can be used for testing.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/moresandeep/orc ORC-278-In_memory_KeyProvider
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/orc/pull/213.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 #213
----
commit 4242b2d42cb266c49facf0ecd9f33b7e42be3f9c
Author: Sandeep More <more@...>
Date: 2018-01-17T17:02:07Z
ORC-278 - Create in memory KeyProvider class
----
---