GitHub user wgtmac opened a pull request:
https://github.com/apache/orc/pull/306
ORC-363: Enable zstd for java writer/reader
Use org.apache.hadoop.io.compress.ZStandardCodec in hadoop 2.9.0
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wgtmac/orc ORC-363
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/orc/pull/306.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 #306
----
commit c75d1fab4aa56a3dbbb935ef2f892d5502f219a4
Author: Gang Wu <gang.w@...>
Date: 2018-09-04T21:42:14Z
ORC-363: Enable zstd for java writer/reader
Use org.apache.hadoop.io.compress.ZStandardCodec in hadoop 2.9.0
----
---