You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by t3rmin4t0r <gi...@git.apache.org> on 2017/08/22 09:23:25 UTC

[GitHub] orc pull request #159: ORC-175: ORC-232: add jmh-generator-annprocess in pom...

Github user t3rmin4t0r commented on a diff in the pull request:

    https://github.com/apache/orc/pull/159#discussion_r134427978
  
    --- Diff: java/bench/src/java/org/apache/orc/bench/CompressionKind.java ---
    @@ -53,6 +54,8 @@ public OutputStream create(OutputStream out) throws IOException {
             return new GZIPOutputStream(out);
           case SNAPPY:
             return new SnappyCodec().createOutputStream(out);
    +      case ISAL:
    --- End diff --
    
    ISAL is just the library for gzip? That doesn't need a new codec - have you tried LD_PRELOAD to load ISAL instead of libz?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---