[GitHub] orc issue #301: ORC-395: Support ZSTD in C++ writer/reader

2018-08-21 Thread wgtmac
Github user wgtmac commented on the issue: https://github.com/apache/orc/pull/301 @majetideepak From the links you provided, it looks like they only added the meta for ZSTD but not use it. Also, it uses hadoop 2.7.3 which does not have ZStandardCodec implementation yet. ---

[GitHub] orc pull request #301: ORC-395: Support ZSTD in C++ writer/reader

2018-08-21 Thread wgtmac
Github user wgtmac commented on a diff in the pull request: https://github.com/apache/orc/pull/301#discussion_r211793792 --- Diff: c++/src/Compression.cc --- @@ -899,6 +900,177 @@ DIAGNOSTIC_POP return static_cast(result); } + /** + * Block