GitHub user omalley opened a pull request:
https://github.com/apache/orc/pull/227
ORC-318. Change KeyProvider API to separate createLocalKey
Separate createLocalKey from decryptLocalKey in HadoopShims.KeyProvider.
It also:
- changes HadoopShims.KeyMetadata from an interface to a concrete class
- creates a NullKeyProvider for Hadoop versions < 2.7
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/omalley/orc orc-318
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/orc/pull/227.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 #227
----
commit 58ed393f7b27f8589d4246e54a663b1ad866a413
Author: Owen O'Malley <omalley@...>
Date: 2018-03-07T22:16:18Z
ORC-318. Change KeyProvider API to separate createLocalKey from
decryptLocalKey.
----
---