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/04 02:27:09 UTC

[orc] branch master updated (f3931fe -> 2aeefca)

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 f3931fe  ORC-485. Add API to write encrypted files.
     add 2aeefca  ORC-512: Fix C++ build on CentOS 6.

No new revisions were added by this update.

Summary of changes:
 c++/include/orc/MemoryPool.hh |  2 +-
 c++/include/orc/Reader.hh     |  2 +-
 c++/src/Adaptor.cc            | 22 ++++++++++++++++++++++
 c++/src/Adaptor.hh.in         | 10 ++++++++++
 c++/src/BloomFilter.hh        |  7 +------
 c++/src/CMakeLists.txt        | 10 ++++++++++
 c++/src/Reader.cc             |  8 +++++---
 c++/src/RleEncoderV2.cc       | 20 --------------------
 c++/src/Vector.cc             |  2 +-
 c++/test/TestBloomFilter.cc   |  2 +-
 c++/test/TestCompression.cc   |  2 +-
 c++/test/TestWriter.cc        |  4 ++--
 12 files changed, 55 insertions(+), 36 deletions(-)