GitHub user xndai opened a pull request:

    https://github.com/apache/orc/pull/268

    ORC-363 Enable zstd decompression in ORC Java reader

    1. Upgrade aircompressor lib to 0.11
    2. Enable Zstd decompression in Java reader
    3. Zstd compression is still not availiable. Will throw illegal argument
    exception if writer uses zstd compression.
    
    Change-Id: Ic5492b09af4e1e51215e62ed29233729857c45ac

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/xndai/orc ORC-363

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/orc/pull/268.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 #268
    
----
commit 3401dd556ccce1492b12f0cc9f3e2f2cdfd9b848
Author: Xiening.Dai <xiening.dai@...>
Date:   2018-05-14T21:42:46Z

    ORC-363 Enable zstd decompression in ORC Java reader
    
    1. Upgrade aircompressor lib to 0.11
    2. Enable Zstd decompression in Java reader
    3. Zstd compression is still not availiable. Will throw illegal argument
    exception if writer uses zstd compression.
    
    Change-Id: Ic5492b09af4e1e51215e62ed29233729857c45ac

----


---

Reply via email to