You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2019/06/23 17:44:23 UTC

[orc] branch master updated (f76447c -> c98fb91)

This is an automated email from the ASF dual-hosted git repository.

omalley pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/orc.git.


    from f76447c  ORC-510: Cleanup API for StreamOptions and CompressionCodec.Options
     add c98fb91  ORC-509: Fix the KeyProvider to match the current spec.

No new revisions were added by this update.

Summary of changes:
 .../src/java/org/apache/orc/InMemoryKeystore.java  | 49 ++++++++-----------
 .../test/org/apache/orc/TestInMemoryKeystore.java  | 43 ++++++++--------
 .../java/org/apache/orc/EncryptionAlgorithm.java   |  5 ++
 .../src/java/org/apache/orc/impl/HadoopShims.java  | 48 ++++++++++--------
 .../org/apache/orc/impl/HadoopShimsPre2_3.java     |  5 ++
 .../org/apache/orc/impl/HadoopShimsPre2_7.java     | 43 +++++++++++-----
 .../src/java/org/apache/orc/impl/LocalKey.java}    | 57 ++++++++++++----------
 .../org/apache/orc/impl/TestHadoopShimsPre2_7.java | 13 +++--
 8 files changed, 155 insertions(+), 108 deletions(-)
 copy java/{core/src/test/org/apache/orc/impl/TestCryptoUtils.java => shims/src/java/org/apache/orc/impl/LocalKey.java} (51%)